startuppong 0.2.2

startuppong.com API client
docs.rs failed to build startuppong-0.2.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: startuppong-0.2.1

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"