Introduction to the GroupCamp API
The GroupCamp REST API can respond to JSON requests over HTTPS using standard GET/PUT/POST/DELETE verbs.
Example of HTTP Method and Method name
GET core/v1/group/[Group] PUT core/v1/group/[Group]/user/[User] POST core/v1/group/project DELETE core/v1/group/[Group]/user/[User]
GroupCamp API documentation and Python code sample are on github.com/GroupCamp. Here are a few things to know before starting to code.