Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/teamwork/teamwork-desk-api-request-body-examples

Request bodies are typically used with “create” and “update” operations (POST, PUT, PATCH). For example, when creating a resource using POST or PUT, the request body usually contains the representation of the resource to be created.
https://github.com/teamwork/teamwork-desk-api-request-body-examples

Last synced: 3 days ago
JSON representation

Request bodies are typically used with “create” and “update” operations (POST, PUT, PATCH). For example, when creating a resource using POST or PUT, the request body usually contains the representation of the resource to be created.

Awesome Lists containing this project

README

        

# Teamwork Desk API Request Body 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 Desk API](https://apidocs.teamwork.com/docs/desk). This is a great place for you to get started building your own application on top of the Teamwork Desk 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)
* [Create a new ticket](/postRequests)
* [Reply to Ticket](/postRequests/replyToTicket)

## 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 for Teamwork Desk API requests. Please email [email protected] 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.