Retrieving, processing, and storing data using HTTP APIs
The Job in this scenario retrieves the data of the first ten schemaExtensions entities from Microsoft Azure by calling a Microsoft Graph API, translates the description fields of the received schemaExtensions entities into French by calling the OpenAI GPT-3 model text-davinci-003, and stores the schemaExtensions entities (along with the French entity description) in GitHub as an XML document by calling a GitHub API.
As shown in the above figure, the Job comprises seven components that are connected through row > Main links.