2019-05-24 08:01:47 +00:00
|
|
|
{
|
2019-05-24 08:53:20 +00:00
|
|
|
"usage":
|
|
|
|
{
|
|
|
|
"ok":true,
|
2021-01-01 08:40:34 +00:00
|
|
|
"url":"https://my-json-server.typicode.com/topkecleon/telegram-bot-bash/usage?",
|
|
|
|
"description":"Testing of JSON responses for github.com/topkecleon/telegram-bot-bash, replace usage with the dataset you want to query"
|
2019-05-24 08:53:20 +00:00
|
|
|
} ,
|
2019-05-24 08:12:50 +00:00
|
|
|
"false":
|
2019-05-24 08:01:47 +00:00
|
|
|
{
|
|
|
|
"ok":false,
|
|
|
|
"error_code":404,
|
|
|
|
"description":"Not Found"
|
2019-05-24 08:12:50 +00:00
|
|
|
} ,
|
2021-01-01 08:40:34 +00:00
|
|
|
"true":
|
2019-05-24 08:01:47 +00:00
|
|
|
{
|
2019-05-24 08:08:20 +00:00
|
|
|
"ok":true,
|
2020-09-26 17:52:06 +00:00
|
|
|
"description":"Test for ok"
|
2019-05-24 08:12:50 +00:00
|
|
|
} ,
|
|
|
|
"getMe":
|
2019-05-24 08:01:47 +00:00
|
|
|
{
|
2019-05-24 08:08:20 +00:00
|
|
|
"ok":true,
|
|
|
|
"result":
|
|
|
|
{
|
|
|
|
"id":123456789,
|
|
|
|
"is_bot":true,
|
|
|
|
"first_name":"bashbot",
|
|
|
|
"username":"TestBotBash"
|
|
|
|
}
|
2019-05-24 08:01:47 +00:00
|
|
|
}
|
|
|
|
}
|