Skip to content

Commit

Permalink
docs: modify to the latest response demo
Browse files Browse the repository at this point in the history
  • Loading branch information
missuo committed Mar 16, 2023
1 parent db72292 commit cbd1507
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: Vincent Young
* @Date: 2022-10-18 07:32:29
* @LastEditors: Vincent Young
* @LastEditTime: 2023-03-07 04:57:32
* @LastEditTime: 2023-03-16 20:24:59
* @FilePath: /DeepLX/README.md
* @Telegram: https://t.me/missuo
*
Expand All @@ -26,9 +26,14 @@ Permanently free DeepL API written in Golang
### Response
```json
{
"alternatives": [
"Undisputed",
"Unquestionable",
"Unquestionably"
],
"code": 200,
"data": "Hello world",
"id": 8305092005
"data": "Undoubtedly",
"id": 8300079001
}
```

Expand Down

0 comments on commit cbd1507

Please sign in to comment.