Back

Azure Functions University - Calling third-party REST APIs (.NET 6)

Calling third-party REST APIs .NET 6

Hi serverless friends, we have a new Azure Functions University lesson for you! In this lesson we will learn how to call 3rd party REST APIs in Azure Functions written in .NET 6.

Lesson

You can find the lesson on GitHub: Calling third-party REST APIs (.NET 6).

And you can watch the video on YouTube:


NrExercise
0Prerequisites
1Creating a default HTTP-triggered function app
2Defining a third-party REST API
3Adding custom API parameters
4Homework