#api-client #identity #generated-client #open-api #dtz

dtz-identity

a generated client for the DTZ Identity API

3 stable releases

new 1.0.2 May 10, 2024
1.0.1 May 6, 2024
1.0.0 Apr 14, 2024

#435 in Web programming

Download history 121/week @ 2024-04-08 170/week @ 2024-04-15 153/week @ 2024-04-22 163/week @ 2024-04-29 443/week @ 2024-05-06

1,050 downloads per month
Used in dtz

MIT/Apache

56KB
967 lines

Rust API client for dtz-identity

a generated client for the DTZ Identity API

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

Installation

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

dtz-identity = { path = "./dtz-identity" }

Documentation for API Endpoints

All URIs are relative to https://identity.dtz.rocks/api/2021-02-21

Class Method HTTP request Description
DefaultApi assign_role POST /me/roles/{roleId} create role assignment
DefaultApi assume_identity POST /identity/assume assume identity
DefaultApi auth_update POST /authentication/{auth_id} update an authentication
DefaultApi authenticate_apikey POST /auth/apikey authenticate with apikey
DefaultApi create_api_key POST /me/identity/apikey create api key
DefaultApi delete_api_key DELETE /me/identity/apikey/{apikey} delete api key
DefaultApi delete_context_roles DELETE /context/{context_id} delete all roles attached to this context
DefaultApi delete_identity DELETE /me/identity delete current identity
DefaultApi get_account_stats GET /me get account stats
DefaultApi get_roles GET /roles get roles
DefaultApi list_auth GET /authentication list user authentications
DefaultApi new_context POST /context/{context_id}/new create identity requirements for a new context
DefaultApi remove_role_assignment DELETE /me/roles/{roleId} remove role assignment from identity
DefaultApi token_refresh POST /token/refresh token refresh
DefaultApi user_login POST /token/auth user login
DefaultApi user_signup POST /signup create a new identity with the given email as account email, also create an authentication with the given credentials to allow a login, creates a default context

Documentation For Models

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

cargo doc --open

Author

jens@apimeister.com

Dependencies

~4–16MB
~231K SLoC