residuum / PuRestJson

PuREST JSON is a library for connecting Puredata (Pd) to HTTP services and encoding and decoding JSON data.
ix.residuum.org/pd/purest_json.html
Other
74 stars 9 forks source link

Implement Remaining HTTP Verbs for [oauth] #33

Closed residuum closed 9 years ago

residuum commented 10 years ago

Similar to issue #27, but all remaining HTTP verbs should work with [oauth] as well.

[oauth] currently implements GET, POST.

The remaining HTTP verbs PUT, DELETE, PATCH, HEAD, OPTIONS, CONNECT, TRACE should be implemented in later versions.