[Home]

Summary:ASTERISK-20890: Add RESTful framework to Asterisk http server
Reporter:David M. Lee (dlee)Labels:Asterisk12
Date Opened:2013-01-04 13:15:54.000-0600Date Closed:2013-02-27 14:52:03.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Core/Stasis Resources/res_ari
Versions:12 Frequency of
Occurrence
Related
Issues:
must be completed before resolvingASTERISK-20887 Add RESTful HTTP interface for Asterisk
Environment:Attachments:
Description:In order to support a consistent RESTful HTTP API, we should add a small framework for building out the API.

* Method for documenting the API (a la [Swagger|http://swagger.wordnik.com/])
* Method for compiling the API into implementation stubs.
* Code to bind the stubs to a {{ast_http_uri}} handler.

I have some proof-of-concept code that does all of this. Needs clean up and review.
Comments: