mirror of
https://github.com/danog/schema.tl.git
synced 2024-11-26 20:14:52 +01:00
ddd
This commit is contained in:
parent
7830af3338
commit
0ee155190b
@ -7,6 +7,7 @@ An AngularJS app to search and view the Telegram API TL-schema in a beautiful wa
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Search and view TL-schema constructors, types, and methods
|
- Search and view TL-schema constructors, types, and methods
|
||||||
|
- Community-driven documentation
|
||||||
- Easy testing of constructors and methods with the playground
|
- Easy testing of constructors and methods with the playground
|
||||||
- Easy access to `schema.json` and `schema.tl`
|
- Easy access to `schema.json` and `schema.tl`
|
||||||
- Always up-to-date
|
- Always up-to-date
|
||||||
@ -21,4 +22,10 @@ Search is blazing fast since everything is local.
|
|||||||
|
|
||||||
You can use the playground on constructor and method pages to easily test the API with [Telegram for Devs](https://tjhorner.com/webogram).
|
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)
|
![](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)
|
@ -1,6 +1,10 @@
|
|||||||
<div class="content-inner">
|
<div class="content-inner">
|
||||||
<h1 class="title title-constructor">{{ constructor.predicate }}#{{ constructor.id | toHex }}</h1>
|
<h1 class="title title-constructor">{{ constructor.predicate }}#{{ constructor.id | toHex }}</h1>
|
||||||
|
|
||||||
|
<a class="ic-docs" href="https://github.com/tjhorner/schema.tl/edit/master/docs/constructors/{{ constructor.predicate }}.md">Help document this method</a>
|
||||||
|
|
||||||
|
<div btf-markdown ng-include="'/docs/constructors/' + constructor.predicate + '.md'"></div>
|
||||||
|
|
||||||
<h2>Fields</h2>
|
<h2>Fields</h2>
|
||||||
|
|
||||||
<table ng-show="constructor.params.length">
|
<table ng-show="constructor.params.length">
|
||||||
|
Loading…
Reference in New Issue
Block a user