startuppong

Crates.iostartuppong
lib.rsstartuppong
version0.2.2
sourcesrc
created_at2015-05-31 15:22:17.057699
updated_at2015-12-13 23:54:13.658109
descriptionstartuppong.com API client
homepage
repositoryhttps://github.com/jwilm/startuppong-client-rs
max_upload_size
id2273
size16,872
Joe Wilm (jwilm)

documentation

http://www.jwilm.io/startuppong-client-rs/startuppong/

README

startuppong-client-rs

startuppong.com API wrapper

Circle CI

About

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.

Cargo

Add the following to your Cargo.toml

[dependencies]
startuppong = "~0.1"
Commit count: 18

cargo fmt