| Crates.io | p7m-sync |
| lib.rs | p7m-sync |
| version | 0.1.1 |
| created_at | 2025-09-23 20:14:28.99444+00 |
| updated_at | 2025-09-24 19:03:14.081979+00 |
| description | # API to communicate data changes with This is the REST API of the P7M services, that can be used to get notified when data in the system changes, or to send notifications that data has changed. |
| homepage | |
| repository | https://github.com/projekt7m/sync-rust |
| max_upload_size | |
| id | 1852058 |
| size | 79,231 |
This is the REST API of the P7M services, that can be used to get notified when data in the system changes, or to send notifications that data has changed.
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.
org.openapitools.codegen.languages.RustClientCodegenPut the package under your project folder in a directory named p7m-sync and add the following to Cargo.toml under [dependencies]:
p7m-sync = { path = "./p7m-sync" }
All URIs are relative to https://sync.api.p7m.de/v1
| Class | Method | HTTP request | Description |
|---|
TrackApi | get_tracks | GET /tracks | Get all trackings of changes that happened since a given date TrackApi | post_tracks | POST /tracks | Create a new tracking record
To get access to the crate's generated documentation, use:
cargo doc --open