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 company profile and have Client API Key and Secret (https://api-portal.ti.com/order-api-keys)
Python example code for latest API can be found here. https://git.ti.com/cgit/ti-store-api/api_examples/tree/
There are two ways you can look at the code...
Web View:
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.
% git clone https://git.ti.com/git/ti-store-api/api_examples.git
**Attention** This is a public forum