Yu.ding c509ce44e2 提交CooCenter使用的asterisk源码 5 years ago
..
README.txt c509ce44e2 提交CooCenter使用的asterisk源码 5 years ago
api.wiki.mustache c509ce44e2 提交CooCenter使用的asterisk源码 5 years ago
ari.make.mustache c509ce44e2 提交CooCenter使用的asterisk源码 5 years ago
ari_model_validators.c.mustache c509ce44e2 提交CooCenter使用的asterisk源码 5 years ago
ari_model_validators.h.mustache c509ce44e2 提交CooCenter使用的asterisk源码 5 years ago
ari_resource.c.mustache c509ce44e2 提交CooCenter使用的asterisk源码 5 years ago
ari_resource.h.mustache c509ce44e2 提交CooCenter使用的asterisk源码 5 years ago
asterisk_processor.py c509ce44e2 提交CooCenter使用的asterisk源码 5 years ago
body_parsing.mustache c509ce44e2 提交CooCenter使用的asterisk源码 5 years ago
do-not-edit.mustache c509ce44e2 提交CooCenter使用的asterisk源码 5 years ago
make_ari_stubs.py c509ce44e2 提交CooCenter使用的asterisk源码 5 years ago
models.wiki.mustache c509ce44e2 提交CooCenter使用的asterisk源码 5 years ago
odict.py c509ce44e2 提交CooCenter使用的asterisk源码 5 years ago
param_cleanup.mustache c509ce44e2 提交CooCenter使用的asterisk源码 5 years ago
param_parsing.mustache c509ce44e2 提交CooCenter使用的asterisk源码 5 years ago
res_ari_resource.c.mustache c509ce44e2 提交CooCenter使用的asterisk源码 5 years ago
rest_handler.mustache c509ce44e2 提交CooCenter使用的asterisk源码 5 years ago
swagger_model.py c509ce44e2 提交CooCenter使用的asterisk源码 5 years ago
transform.py c509ce44e2 提交CooCenter使用的asterisk源码 5 years ago

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/