I am interested in using TI API but I need some help. Do you have additional resources (sample code) that I can see to understand how can we make API calls?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am interested in using TI API but I need some help. Do you have additional resources (sample code) that I can see to understand how can we make API calls?
We do have sample code that you can look at and use. Before using the code, please make sure you have a valid Client API Key and Secret
Pull Code to your local machine:
Prerequisite: Git Client is installed. if you don't have the Git client then you can look at https://git-scm.com/downloads/guis and decide which one you would like to use. Open a command prompt and go to the folder to which you want to download the code.
API Suite |
Code repository |
How to download the code |
TI store API |
% git clone https://git.ti.com/git/ti-store-api/api_examples.git |
|
Backlog v2 API |
% git clone https://git.ti.com/git/ti-backlog-api/api_v2_examples.git |
This will get the code to your local dir. Now you can use your favorite python IDE to start looking at the code. You can look at README.md for more info on how the code is structured.
**Attention** This is a public forum