Skip to content

Latest commit

 

History

History

README.md

HTTP Request Collection

This directory contains a collection of HTTP requests primarily intended for development and testing of the ORT Server API. These examples showcase common operations and can be useful when working with the API during development. The collection is not exhaustive but provides examples for common operations. For the complete Server API reference, please see the API documentation.

Environments

The HTTP requests use variables defined in environment files:

  • Base configuration: http-client.env.json
  • Custom configuration: Create a file called http-client.private.env.json to override the default values with your own settings

Clients

The request format in this collection is compatible with several HTTP clients, including: