sangoma / sandswitches

Configure FreeSWITCH using a Python API
Mozilla Public License 2.0
6 stars 2 forks source link

Add a ReST API using hug #7

Open goodboy opened 8 years ago

goodboy commented 8 years ago

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 8 years ago

@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.