Rails' JSON-based REST service is enabled at the following paths (2012-03-16: there's no security protection on writing yet):
- /members.json (GET, POST)
- /members/uuid.json (PUT, DELETE)
- /parties.json
- /parties/uuid.json
Rails' JSON-based REST service is enabled at the following paths (2012-03-16: there's no security protection on writing yet):