Crates.io | startuppong |
lib.rs | startuppong |
version | 0.2.2 |
source | src |
created_at | 2015-05-31 15:22:17.057699 |
updated_at | 2015-12-13 23:54:13.658109 |
description | startuppong.com API client |
homepage | |
repository | https://github.com/jwilm/startuppong-client-rs |
max_upload_size | |
id | 2273 |
size | 16,872 |
startuppong.com API wrapper
The following methods of the startuppong.com API are supported:
/api/v1/get_players
/api/v1/get_recent_matches_for_company
/api/v1/add_match
Each endpoint has a corresponding function published in the API. Data returned from the API is strongly typed. Each resource type has a struct associated with it.
Check out the docs for more info.
Add the following to your Cargo.toml
[dependencies]
startuppong = "~0.1"