friends-of-freeswitch / conffs

Configure FreeSWITCH using a Python API
Mozilla Public License 2.0
10 stars 4 forks source link

Add a ReST API using hug #11

Open goodboy opened 6 years ago

goodboy commented 6 years ago

Issue by tgoodlet Tuesday Oct 04, 2016 at 21:04 GMT Originally opened as https://github.com/sangoma/sandswitches/issues/7


Should be stupid simple with hug since we're already wrapping most of the config in dict-like objects which means processing json is supported out of the box.

goodboy commented 6 years ago

Comment by tgoodlet Wednesday Oct 05, 2016 at 15:52 GMT


@vodik made an interesting point to me that we could consider using a patch request to enable modifying portions of the entire configuration as a single resource.