Skip to content

GroupCamp/GroupCamp-API

Repository files navigation

GroupCamp REST API

See the Release notes for recent updates.

You'll find here some pieces of code showing how to use the GroupCamp public provisioning and reporting REST APIs.

To enable APIs accesses in your GroupCamp account, please consult this page: https://www.groupcamp.com/h/introduction-groupcamp-api

Manifest:

  • group.py shows, based on standard Python libraries, how to create a project and add users in that project.
  • track.py shows how to fetch time spent records from the GroupCamp account
  • task.py shows how to fetch informations about items with the reporting API (typicaly when a time spent record is attached to a task)
  • report.py shows how to fetch consolidated informations about your projects with the reporting API
  • budget.py shows how to fetch detailed informations about the budget of a project

Interfaces:

  • The Provisioning API allows to create items in your GroupCamp account (create projects, add users in projects, etc)
  • The Reporting is the API to get some reports from your GroupCamp account (get tasks, task lists, milestones, time spent records, project reports, budgets, and related informations)

About

Documentation for the GroupCamp REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published