Showing results for API - ISE Developer Blog

Mar 22, 2024
3

APIs load testing using K6

Ayman
Ayman

In this post, We will go through the load testing concepts and how to use the K6 framework to perform load testing for API endpoints.

CSEISE
Nov 30, 2023
1

Serving Swagger UI from a Golang Azure Function Custom Handler

Dexter Williams
Dexter Williams

Our team used Swaggo, a Golang Swagger tool, to expose an OpenAPI spec for a Azure Function hosted Golang API. This post describes what lead to the decision along with guidance on how to expose an OpenAPI spec for an Azure Function hosted Golang API.

CSEISE
Jul 25, 2023
3

Maintaining API Clients With NSwag Model Generation

Dexter Williams
Dexter Williams

Our team used NSwag, an OpenAPI .NET toolchain, to generate C# models in code and improve the maintainability of a .NET Core API client for a project. This post describes what lead to the decision along with guidance on how to use Nswag to generate C# models in code.

CSE