Skip to content

karankohli13/timecamp-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 

Repository files navigation

TimeCamp API

This is a REST-style API. TimeCamp API lets you do some basic things with tasks. You can contact us at dev@timecamp.com. We are very open to new ideas and requests regarding API.

Making a request

All URLs start with https://www.timecamp.com/third_party/api. SSL only. That's all!

Authentication

Authentication is very simple. You must put your API token in every API request. You can provide API token in POST or GET http method. The name for API token field is: api_token Example: https://www.timecamp.com/third_party/api/tasks/format/json/api_token/a36cabi96bba83f826

To get your API token please go to your Account Settings.

Result data formats

  • xml (default)
  • json
  • csv
  • other: rawxml, jsonp, serialized, php, html

Example: https://www.timecamp.com/third_party/api/tasks/format/json/api_token/a36cabi96bba83f826

Handling errors

If a API request failed, an array of localized error messages and error code will be returned. Response example:

{
"message":"sample message",
"code":401
}

API ready for use

Examples

About

API documentation for TimeCamp http://www.timecamp.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published