Matthew Jordan 5fc15939c2 ARI: Improve wiki documentation 10 yıl önce
..
README.txt 8c0aad9986 This patch adds a RESTful HTTP interface to Asterisk. 11 yıl önce
api.wiki.mustache 5fc15939c2 ARI: Improve wiki documentation 10 yıl önce
ari.make.mustache 19bc5837d0 ARI: Implement device state API 11 yıl önce
ari_model_validators.c.mustache 21c8c5b783 The Swagger 1.2 specification for type extension ended up being 11 yıl önce
ari_model_validators.h.mustache 00d6034c2a ARI: Add subscription support 11 yıl önce
ari_resource.c.mustache 3736953480 ari: Fix #include to match generated headers for snakeCase resource files 11 yıl önce
ari_resource.h.mustache 60ddc7eac8 ARI: Remove unnecessary \briefs from automatically generated documentation 10 yıl önce
asterisk_processor.py 5fc15939c2 ARI: Improve wiki documentation 10 yıl önce
body_parsing.mustache fdbd667ecb ARI: Support channel variables in originate 11 yıl önce
do-not-edit.mustache 8c0aad9986 This patch adds a RESTful HTTP interface to Asterisk. 11 yıl önce
make_ari_stubs.py 8a678a3d32 make_ari_stubs: Update wiki prefix to '13' 10 yıl önce
models.wiki.mustache 21c8c5b783 The Swagger 1.2 specification for type extension ended up being 11 yıl önce
odict.py 8c0aad9986 This patch adds a RESTful HTTP interface to Asterisk. 11 yıl önce
param_cleanup.mustache f58c1dadd3 ARI - implement allowMultiple for parameters 11 yıl önce
param_parsing.mustache fea626731b Investigate and fix memory leaks in Asterisk 10 yıl önce
res_ari_resource.c.mustache b5cccf541d res_ari_resource.c.mustache: Update template to emit module support level 10 yıl önce
rest_handler.mustache 58f394f119 ari: User better nicknames for ARI operations 11 yıl önce
swagger_model.py 5fc15939c2 ARI: Improve wiki documentation 10 yıl önce
transform.py 3616a74e91 11 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/