Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwilm/startuppong-client-rs
startuppong.com client written in Rust
https://github.com/jwilm/startuppong-client-rs
Last synced: 22 days ago
JSON representation
startuppong.com client written in Rust
- Host: GitHub
- URL: https://github.com/jwilm/startuppong-client-rs
- Owner: jwilm
- Created: 2015-05-31T04:45:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-06T21:39:43.000Z (almost 9 years ago)
- Last Synced: 2024-10-05T01:27:16.458Z (about 1 month ago)
- Language: Rust
- Homepage: http://www.jwilm.io/startuppong-client-rs/startuppong/
- Size: 563 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
startuppong-client-rs
=====================[startuppong.com](http://www.startuppong.com) API wrapper
[![Circle CI](https://circleci.com/gh/jwilm/startuppong-client-rs.svg?style=svg)](https://circleci.com/gh/jwilm/startuppong-client-rs)
## 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
```toml
[dependencies]
startuppong = "~0.1"
```[docs]: http://www.jwilm.io/startuppong-client-rs/startuppong/