https://github.com/teamwork/teamwork.com-api-request-examples
https://github.com/teamwork/teamwork.com-api-request-examples
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/teamwork/teamwork.com-api-request-examples
- Owner: Teamwork
- License: mit
- Created: 2024-03-13T13:27:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-06-15T18:48:41.000Z (9 days ago)
- Last Synced: 2026-06-15T20:21:47.737Z (9 days ago)
- Language: JavaScript
- Size: 409 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Teamwork.com-HTTP-Post-Request-Examples
## Introduction
This repository aims to provide simple yet comprehensive collection of code examples to facilitate making POST, PUT and PATCH requests with the [Teamwork.com API](https://apidocs.teamwork.com/docs/teamwork). This is a great place for you to get started building your own application on top of the Teamwork.com platform.
## Contents
- [Languages](#languages)
## Languages
Here's a list of programming languages covered in this repository:
- JavaScript (Node.js)
- and more to be added...
## Table of contents
* [Post Requests](/postRequests%20)
* [Budgets](/postRequests%20/budgets)
* [Calendar](/postRequests%20/calendar)
* [Comments](/postRequests%20/comments)
* [Tasks](/postRequests%20/tasks)
* [Time](/postRequests%20/time)
* [Users](/postRequests%20/users)
* [Put Requests](putRequests)
* [Projects](/putRequests/projects)
* [Tasks](/putRequests/tasks)
* [Time](putRequests/time)
* [Users](putRequests/users)
* [Patch Requests](patchRequests)
* [Time](patchRequests/time)
## Request a code sample
Can't find a suitable code sample! We value your input and believe that your ideas will help us improve our collection of samples. Please email api@teamwork.com with a description of what you would like to see.
## License
This repository is licensed under the [MIT License](LICENSE), allowing you to freely use, modify, and distribute the content within.