# Rust API client for dtz-rss2email a generated client for the DTZ RSS2Email API ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client. - API version: 1.0.6 - Package version: 1.0.6 - Build package: `org.openapitools.codegen.languages.RustClientCodegen` ## Installation Put the package under your project folder in a directory named `dtz-rss2email` and add the following to `Cargo.toml` under `[dependencies]`: ``` dtz-rss2email = { path = "./dtz-rss2email" } ``` ## Documentation for API Endpoints All URIs are relative to *https://rss2email.dtz.rocks/api/2021-02-01* Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- *DefaultApi* | [**create_feed**](docs/DefaultApi.md#create_feed) | **POST** /rss2email/feed | create feed subscription *DefaultApi* | [**delete_feed**](docs/DefaultApi.md#delete_feed) | **DELETE** /rss2email/feed/{feed_id} | delete feed *DefaultApi* | [**disable_feed**](docs/DefaultApi.md#disable_feed) | **POST** /rss2email/feed/{feed_id}/disable | disable feed *DefaultApi* | [**discover_feed**](docs/DefaultApi.md#discover_feed) | **POST** /rss2email/discover | discover feed on homepage *DefaultApi* | [**enable_feed**](docs/DefaultApi.md#enable_feed) | **POST** /rss2email/feed/{feed_id}/enable | enable feed *DefaultApi* | [**enable_service**](docs/DefaultApi.md#enable_service) | **POST** /enable | enable the service *DefaultApi* | [**get_feed**](docs/DefaultApi.md#get_feed) | **GET** /rss2email/feed/{feed_id} | get feed *DefaultApi* | [**get_profile**](docs/DefaultApi.md#get_profile) | **GET** /rss2email/profile | get profile *DefaultApi* | [**get_stats**](docs/DefaultApi.md#get_stats) | **GET** /stats | get service statistics *DefaultApi* | [**list_feed**](docs/DefaultApi.md#list_feed) | **GET** /rss2email/feed | list all feeds *DefaultApi* | [**post_profile**](docs/DefaultApi.md#post_profile) | **POST** /rss2email/profile | post a profile *DefaultApi* | [**update_feed**](docs/DefaultApi.md#update_feed) | **POST** /rss2email/feed/{feed_id} | update feed ## Documentation For Models - [DiscoverFeed200Response](docs/DiscoverFeed200Response.md) - [DiscoverFeedRequest](docs/DiscoverFeedRequest.md) - [Feed](docs/Feed.md) - [FeedRequest](docs/FeedRequest.md) - [Profile](docs/Profile.md) To get access to the crate's generated documentation, use: ``` cargo doc --open ``` ## Author jens@apimeister.com