p7m-sync

Crates.iop7m-sync
lib.rsp7m-sync
version0.1.1
created_at2025-09-23 20:14:28.99444+00
updated_at2025-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
repositoryhttps://github.com/projekt7m/sync-rust
max_upload_size
id1852058
size79,231
Matthias Wimmer (mawis)

documentation

README

Rust API client for p7m-sync

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.

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

Installation

Put 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" }

Documentation for API Endpoints

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

Documentation For Models

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

cargo doc --open

Author

tech@p7m.de

Commit count: 2

cargo fmt