Skip to content

memas-ai/MeMaS-rust-client

Repository files navigation

Rust API client for memas-client

This is the Data Plane client for MeMaS (Memory Management Service). See https://github.com/memas-ai/MeMaS for more details.

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.1
  • Package version: 0.1.5
  • Build package: org.openapitools.codegen.languages.RustClientCodegen

Installation

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

memas-client = { path = "./memas-client" }

Documentation for API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description
DpApi memorize POST /dp/memorize Memorize information
DpApi recall GET /dp/recall Recalls information

Documentation For Models

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

cargo doc --open

Author

max.yu@memas.ai

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published