You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/rest-api-templates
Kinsey Moore 5eb184aa95
Fix spelling error in python doc
12 years ago
..
README.txt
asterisk_processor.py
do-not-edit.mustache
make_stasis_http_stubs.py
odict.py
res_stasis_http_resource.c.mustache
rest_handler.mustache
stasis_http.make.mustache
stasis_http_resource.c.mustache
stasis_http_resource.h.mustache Document JSON models in resource_*.h 12 years ago
swagger_model.py Fix spelling error in python doc 12 years ago
transform.py

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/