#api-client #client #api #api-bindings

swimlane

A Rust client for the Swimlane API

1 unstable release

0.1.0 Aug 30, 2023

#665 in #api-client

Download history 1/week @ 2024-02-13 2/week @ 2024-02-20 14/week @ 2024-02-27 5/week @ 2024-03-05 4/week @ 2024-03-12 3/week @ 2024-03-26 99/week @ 2024-04-02

107 downloads per month

MIT license

97KB
2.5K SLoC

Swimlane API Client

This is a rust client for the Swimlane API. Please note that this isn't anywhere near completion. Swimlane's API documentation is not complete, so this client is not complete. I will be adding to this as I need to use more of the API. If you need something that isn't here, please feel free to open an issue or a pull request.

Usage

Add this to your Cargo.toml:

[dependencies]
swimlane = "0.1.0"

Example

use swimlane::Swimlane;

fn main() {
    let client = Swimlane::new("https://swimlane.example.com", "api_key");
    client.health_ping().unwrap();
}

Dependencies

~7–21MB
~293K SLoC