George Joseph dfb0efdcda api.wiki.mustache: Fix indentation in generated markdown 11 ay önce
..
README.txt 1c21b8575b This patch adds a RESTful HTTP interface to Asterisk. 11 yıl önce
api.wiki.mustache dfb0efdcda api.wiki.mustache: Fix indentation in generated markdown 11 ay önce
ari.make.mustache 62508d6891 Build System: Create Makefile macro MOD_ADD_SOURCE. 9 yıl önce
ari_model_validators.c.mustache a6e5bae3ef Remove ASTERISK_REGISTER_FILE. 8 yıl önce
ari_model_validators.h.mustache 634e3ebdb8 res_ari: Fix for Doxygen. 2 yıl önce
ari_resource.c.mustache a6e5bae3ef Remove ASTERISK_REGISTER_FILE. 8 yıl önce
ari_resource.h.mustache 634e3ebdb8 res_ari: Fix for Doxygen. 2 yıl önce
asterisk_processor.py 9ae084ff44 ari-stubs: Avoid 'is' as comparism with an literal. 2 yıl önce
body_parsing.mustache 1590d32ab0 ARI: Support channel variables in originate 10 yıl önce
do-not-edit.mustache 1c21b8575b This patch adds a RESTful HTTP interface to Asterisk. 11 yıl önce
make_ari_stubs.py 8ce313c5b3 ari-stubs: Fix broken documentation anchors 1 yıl önce
models.wiki.mustache 8ce313c5b3 ari-stubs: Fix broken documentation anchors 1 yıl önce
odict.py 1c21b8575b This patch adds a RESTful HTTP interface to Asterisk. 11 yıl önce
param_cleanup.mustache 537ecebd2d ARI - implement allowMultiple for parameters 11 yıl önce
param_parsing.mustache 6691606723 ari: Implement 'debug all' and request/response logging 7 yıl önce
res_ari_resource.c.mustache 634e3ebdb8 res_ari: Fix for Doxygen. 2 yıl önce
rest_handler.mustache 7d0d1a1efb ari: User better nicknames for ARI operations 11 yıl önce
swagger_model.py 1862a36c3b ari-stubs: Fix more local anchor references 1 yıl önce
transform.py ff11d74331 rest-api-templates: Spelling fixes 2 yıl önce

README.txt

This directory contains templates and template processing code for generating
HTTP bindings for the RESTful API's.

The RESTful API's are declared using [Swagger][swagger]. While Swagger provides
a [code generating toolkit][swagger-codegen], it requires Java to run, which
would be an unusual dependency to require for Asterisk developers.

This code generator is similar, but written in Python. Templates are processed
by using [pystache][pystache], which is a fairly simply Python implementation of
[mustache][mustache].

[swagger]: https://github.com/wordnik/swagger-core/wiki
[swagger-codegen]: https://github.com/wordnik/swagger-codegen
[pystache]: https://github.com/defunkt/pystache
[mustache]: http://mustache.github.io/