Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 351 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 351 Bytes

Kratos

API

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

See StackOverflow - Rails POST, PUT, GET.