Update api.md

This commit is contained in:
Dylan 2023-07-19 00:50:34 +01:00 committed by GitHub
parent 1e85cf7563
commit 7abbc0fa60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
api.md
View File

@ -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"
}
```
```