Update api.md
This commit is contained in:
parent
1e85cf7563
commit
7abbc0fa60
4
api.md
4
api.md
@ -3,7 +3,7 @@
|
||||
The VXTwitter API currently returns information about tweets. If you want more functionality added, please [Open an issue!](https://github.com/dylanpdx/BetterTwitFix/issues)
|
||||
|
||||
The following fields are returned:
|
||||
```json
|
||||
```js
|
||||
{
|
||||
"date": "Wed Oct 05 18:40:30 +0000 2022", // Date the tweet was posted
|
||||
"date_epoch": 1664995230, // Epoch date the tweet was posted
|
||||
@ -44,4 +44,4 @@ The following fields are returned:
|
||||
"user_name": "Twitter", // Name of the user who posted the tweet. This CAN have spaces, emojis, etc. as it's not the 'handle' of the user. A good example is "Nintendo of America"
|
||||
"user_screen_name": "Twitter" // The actual handle of the user, i.e "NintendoAmerica"
|
||||
}
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user