Using OpenAPI.NET with openapi.space

C# integration

Install
dotnet add package OpenAPI.NET
Retrieves a list of currently defined APIs in API meta list format.
curl \
  -H "Authorization: $API_KEY" \
  /apis
Retrieves an API meta listing of all APIs defined for this owner
curl \
  -H "Authorization: $API_KEY" \
  /apis/{owner}
Retrieves an API meta listing for all API versions for this owner and API
curl \
  -H "Authorization: $API_KEY" \
  /apis/{owner}/{api}
SDK on GitHub 📄 API Docs
SDK
OpenAPI.NET
C#
API
openapi.space
openapi.space
At a glance
Language C#
Endpoints15