1
0
mirror of https://github.com/danog/schema.tl.git synced 2024-12-02 09:18:02 +01:00
schema.tl/README.md
TJ Horner 0ee155190b ddd
2017-08-21 22:02:44 -07:00

31 lines
953 B
Markdown

# [TL-Schema Explorer](https://schema.horner.tj)
An AngularJS app to search and view the Telegram API TL-schema in a beautiful way.
![](https://i.imgur.com/akrelfR.png)
## Features
- Search and view TL-schema constructors, types, and methods
- Community-driven documentation
- Easy testing of constructors and methods with the playground
- Easy access to `schema.json` and `schema.tl`
- Always up-to-date
### Search
Search is blazing fast since everything is local.
![](https://i.imgur.com/lfAs0XQ.png)
### Playground
You can use the playground on constructor and method pages to easily test the API with [Telegram for Devs](https://tjhorner.com/webogram).
![](https://i.imgur.com/vEBEWqq.png)
### Documentation
Anyone in the community can add documentation to constructors or methods. To do so, click the "Help document this method" button, make your changes, and submit a pull request. Simple as that!
![](https://i.imgur.com/9vcRYxy.png)