forked from mirror/Riven
1
0
Fork 0

Release 2.0.0-beta.0

users/mingwei/unknown-variant-messy
Mingwei Samuel 2021-05-21 22:04:06 -07:00
parent e7e40a3cc4
commit ad5b1c70ea
3 changed files with 3 additions and 11 deletions

View File

@ -1,10 +0,0 @@
language: rust
matrix:
fast_finish: true
include:
- rust: stable
- rust: nightly
env: FEATURES="--features nightly"
env:
global:
- RUST_BACKTRACE=1

View File

@ -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"

View File

@ -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.