This is the Data Plane client for MeMaS (Memory Management Service). See https://github.com/memas-ai/MeMaS for more details.
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
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" }
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 |
- Citation
- CitedDocument
- Memorize200Response
- Memorize400Response
- MemorizeRequest
- MemorizeRequestAllOf
- NamespaceDoesNotExistError
- NamespaceIllegalNameError
- RecallRequest
To get access to the crate's generated documentation, use:
cargo doc --open