Skip to content

CallingAPIs

Tore Nestenius edited this page Sep 12, 2024 · 2 revisions

Calling External APIs

Overview

This tool lets you send HTTP requests to external REST APIs directly from within this service.

Purpose

This tool is useful for:

  • Verifying that the service can successfully communicate with external HTTP APIs.
  • Testing distributed tracing using OpenTelemetry.
  • Testing service dependency maps and distributed tracing charts in Application Insights.
  • Ensuring that logging mechanisms capture relevant data during external API interactions.
Clone this wiki locally