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.
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.jsonto override the default values with your own settings
The request format in this collection is compatible with several HTTP clients, including:
- IntelliJ IDEA Ultimate
- Kulala.nvim or rest.nvim for neovim
- REST Client for VS Code