Added static files

This commit is contained in:
Sys 2021-08-23 13:44:47 +02:00
parent 5b6f3a9018
commit 444fc99e40
No known key found for this signature in database
GPG Key ID: 3CD2C29F8AB39BFD
2 changed files with 14 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/.idea/
/vendor/

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# Telegram Bot API schema
List of available schemas:
| Type | Files |
|--------|------------------------------------------------------------------------|
| Custom | [JSON](schemas/botapi.json), [YAML](schemas/botapi.yaml) |
| Postman| [JSON](schemas/botapi_postman.json) |
| OpenAPI| [JSON](schemas/botapi_openapi.json),[YAML](schemas/botapi_openapi.yaml)|
For a list of older versions, please have a look at [sys001/telegram-bot-api-versions](https://botapi.sys001.ml).