sideko_rest_api

Crates.iosideko_rest_api
lib.rssideko_rest_api
version0.3.2
sourcesrc
created_at2024-08-09 16:20:22.614833
updated_at2024-11-05 22:20:04.75449
descriptionRust API Client for sideko_rest_api
homepage
repository
max_upload_size
id1331136
size526,988
Patrick Kelly (pk8189)

documentation

README

Sideko REST API Rust SDK

Overview

The Sideko API unlocks features including generating SDKs, setting up API Specifications with mock servers, creating documentation projects with generated API references and custom pages, managing roles and permissions, and more.

Example Client Initialization

let client = sideko_rest_api::Client::default()
    .with_api_key_auth(&std::env::var("API_KEY").unwrap())
    .with_cookie_auth(&std::env::var("API_KEY").unwrap());

SDK Usage

See SDK Examples for example usage of all SDK functionality

Commit count: 0

cargo fmt