You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2023. It is now read-only.
PuREST JSON is a library for connecting Puredata (Pd) to HTTP services
and encoding and decoding JSON data.
The library can issue GET, POST, PUT and DELETE statements, so consumation
of RESTful services is possible, e.g. CouchDB.
About Puredata (From the official website)
Pd (aka Pure Data) is a real-time graphical programming environment for
audio, video, and graphical processing. It is the third major branch
of the family of patcher programming languages known as Max (Max/FTS,
ISPW Max, Max/MSP, jMax, etc.) originally developed by Miller Puckette
and company at IRCAM. The core of Pd is written and maintained by Miller
Puckette and includes the work of many developers, making the whole
package very much a community effort.
Externals in the library
[rest]
Object for issuing HTTP request.
[oauth]
Object for issuing HTTP requests with OAUTH.
[json-encode]
Object for encoding data to JSON.
[json-decode]
Object for decoding JSON data.
[urlparams]
Object for url encoding and concatenating url parameters.
For the usage of the externals see the help patches for the objects.
Installation from package repositories
Downloads are available via deken
which is included in Pd since version 0.47. Packages for Debian and Ubuntu
are available as pd-purest-json.
The format for the files is <Circle-CI-job-number>_<Date-in-YYYY-MM-DD>_<dekenfilename>.
Those downloads may not work, but represent the current state of development.
How to build PuREST JSON
The library uses the template for Pd-extended. Drop the library in a
new folder purest_json in the "external" path of the Pd-extended
source code and run make in the folder. libcurl and json-c is needed.