DEV Community

Marc Duiker
Marc Duiker

Posted on • Originally published at blog.marcduiker.nl on

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:

The lesson consists of the following exercises:

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

Top comments (0)