naurt-api 0.1.0

OpenAPI specification for Naurt's APIs.
Documentation

Rust API client for naurt-api

OpenAPI specification for Naurt's APIs.

Overview

This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.

  • API version: 0.1.0
  • Package version: 0.1.0
  • Generator version: 7.20.0
  • Build package: org.openapitools.codegen.languages.RustClientCodegen

Installation

Put the package under your project folder in a directory named naurt-api and add the following to Cargo.toml under [dependencies]:

naurt-api = { path = "./naurt-api" }

Documentation for API Endpoints

All URIs are relative to https://api.naurt.net

Class Method HTTP request Description
FeedbackApi feedback_options OPTIONS /feedback/v2 Options
FeedbackApi feedback_post POST /feedback/v2 Post
FinalDestinationApi finaldestination_options OPTIONS /final-destination/v2 Options
FinalDestinationApi finaldestination_post POST /final-destination/v2 Post
RendezvousApi rendezvous_options OPTIONS /rendezvous/v1 Options
RendezvousApi rendezvous_post POST /rendezvous/v1 Post

Documentation For Models

To get access to the crate's generated documentation, use:

cargo doc --open

Author