Skip to content

Commit

Permalink
Update json object (for API v2)
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek24 committed Dec 20, 2023
1 parent 437a85f commit e32f802
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,11 @@ kaomoji.love().then(console.log);
{
"success": true,
"status": 200,
"category": "kaomoji",
"endpoint": "uwu",
"message": "🅤🅦🅤"
"info": {
"category": "kaomoji",
"endpoint": "uwu"
},
"message": "UwU"
}
```

Expand Down

0 comments on commit e32f802

Please sign in to comment.