forked from mirror/Riven
Release 2.0.0-beta.0
parent
e7e40a3cc4
commit
ad5b1c70ea
10
.travis.yml
10
.travis.yml
|
@ -1,10 +0,0 @@
|
||||||
language: rust
|
|
||||||
matrix:
|
|
||||||
fast_finish: true
|
|
||||||
include:
|
|
||||||
- rust: stable
|
|
||||||
- rust: nightly
|
|
||||||
env: FEATURES="--features nightly"
|
|
||||||
env:
|
|
||||||
global:
|
|
||||||
- RUST_BACKTRACE=1
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "riven"
|
name = "riven"
|
||||||
version = "1.12.1"
|
version = "2.0.0-beta.0"
|
||||||
authors = ["Mingwei Samuel <mingwei.samuel@gmail.com>"]
|
authors = ["Mingwei Samuel <mingwei.samuel@gmail.com>"]
|
||||||
repository = "https://github.com/MingweiSamuel/Riven"
|
repository = "https://github.com/MingweiSamuel/Riven"
|
||||||
description = "Riot Games API Library"
|
description = "Riot Games API Library"
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# Riven Example Proxy
|
# Riven Example Proxy
|
||||||
|
|
||||||
|
<span color="red">This is not yet updated for V2.</span>
|
||||||
|
|
||||||
This is a simple example implementation of a Riot API proxy server using `hyper`. This adds the API key and forwards
|
This is a simple example implementation of a Riot API proxy server using `hyper`. This adds the API key and forwards
|
||||||
requests to the Riot API, then returns and forwards responses back to the requester. It handles error cases but only
|
requests to the Riot API, then returns and forwards responses back to the requester. It handles error cases but only
|
||||||
provides minimal failure information. HTTP requests will wait to complete when Riven is waiting on rate limits.
|
provides minimal failure information. HTTP requests will wait to complete when Riven is waiting on rate limits.
|
||||||
|
|
Loading…
Reference in New Issue