Skip to content

Commit

Permalink
DummyData for Champion Mastery v4 endpoints (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
dolejska-daniel committed Dec 5, 2018
1 parent 5c0f824 commit 1a51455
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# RiotAPI PHP7 wrapper
# RiotAPI PHP7 wrapper [![GitHub release](https://img.shields.io/github/release/dolejska-daniel/riot-api.svg)](https://github.com/dolejska-daniel/riot-api) [![Packagist](https://img.shields.io/packagist/v/dolejska-daniel/riot-api.svg)](https://packagist.org/packages/dolejska-daniel/riot-api)

> Version v3.0.0-alpha
[![Build Status](https://travis-ci.org/dolejska-daniel/riot-api.svg?branch=master)](https://travis-ci.org/dolejska-daniel/riot-api)
[![Test Coverage](https://codeclimate.com/github/dolejska-daniel/riot-api/badges/coverage.svg)](https://codeclimate.com/github/dolejska-daniel/riot-api/coverage)
[![GitHub release](https://img.shields.io/github/release/dolejska-daniel/riot-api.svg)](https://github.com/dolejska-daniel/riot-api)
[![Packagist](https://img.shields.io/packagist/v/dolejska-daniel/riot-api.svg)](https://packagist.org/packages/dolejska-daniel/riot-api)
[![Packagist](https://img.shields.io/packagist/dm/dolejska-daniel/riot-api.svg)](https://packagist.org/packages/dolejska-daniel/riot-api)
[![Packagist](https://img.shields.io/packagist/l/dolejska-daniel/riot-api.svg)](https://packagist.org/packages/dolejska-daniel/riot-api)
[![Support Project](https://img.shields.io/badge/Support_Project-PayPal-blue.svg)](https://www.paypal.me/dolejskad)
Expand Down Expand Up @@ -76,7 +74,7 @@ Please refer to [wiki pages](https://github.com/dolejska-daniel/riot-api/wiki/Le
| Resource | Status |
| ---------------- | ------ |
| [Champion](https://github.com/dolejska-daniel/riot-api/wiki/LeagueAPI:-Resources-and-endpoints#champion-) | ![Champion resource implemented version](https://img.shields.io/badge/implemented_version-v3-brightgreen.svg) |
| [Champion Mastery](https://github.com/dolejska-daniel/riot-api/wiki/LeagueAPI:-Resources-and-endpoints#champion-mastery-) | ![Champion Mastery resource implemented version](https://img.shields.io/badge/implemented_version-v4_broken-red.svg) |
| [Champion Mastery](https://github.com/dolejska-daniel/riot-api/wiki/LeagueAPI:-Resources-and-endpoints#champion-mastery-) | ![Champion Mastery resource implemented version](https://img.shields.io/badge/implemented_version-v4-brightgreen.svg) |
| [League](https://github.com/dolejska-daniel/riot-api/wiki/LeagueAPI:-Resources-and-endpoints#league-) | ![League resource implemented version](https://img.shields.io/badge/implemented_version-v4-brightgreen.svg) |
| Masteries | ![Masteries resource implemented version](https://img.shields.io/badge/implemented_version-deprecated-red.svg) |
| [Match](https://github.com/dolejska-daniel/riot-api/wiki/LeagueAPI:-Resources-and-endpoints#match-) | ![Match resource implemented version](https://img.shields.io/badge/implemented_version-v4-brightgreen.svg) |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a:3:{s:7:"headers";a:10:{i:0;s:15:"HTTP/1.1 200 OK";s:12:"Content-Type";s:30:"application/json;charset=utf-8";s:4:"Date";s:29:"Wed, 5 Dec 2018 17:43:23 GMT";s:4:"Vary";s:15:"Accept-Encoding";s:16:"X-App-Rate-Limit";s:16:"500:10,30000:600";s:22:"X-App-Rate-Limit-Count";s:10:"1:10,1:600";s:19:"X-Method-Rate-Limit";s:20:"20000:10,1200000:600";s:25:"X-Method-Rate-Limit-Count";s:10:"1:10,1:600";s:14:"Content-Length";s:3:"258";s:10:"Connection";s:10:"keep-alive";}s:8:"response";s:258:"{"championId":61,"championLevel":7,"championPoints":392296,"lastPlayTime":1537435306000,"championPointsSinceLastLevel":370696,"championPointsUntilNextLevel":0,"chestGranted":true,"tokensEarned":0,"summonerId":"_BcgbjrCB8L5aygksrsMsSodTxGBhRcAQPaTnWr3D7orWg"}";s:4:"code";i:200;}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a:3:{s:7:"headers";a:10:{i:0;s:15:"HTTP/1.1 200 OK";s:12:"Content-Type";s:30:"application/json;charset=utf-8";s:4:"Date";s:29:"Wed, 5 Dec 2018 17:43:24 GMT";s:4:"Vary";s:15:"Accept-Encoding";s:16:"X-App-Rate-Limit";s:16:"500:10,30000:600";s:22:"X-App-Rate-Limit-Count";s:10:"3:10,3:600";s:19:"X-Method-Rate-Limit";s:20:"20000:10,1200000:600";s:25:"X-Method-Rate-Limit-Count";s:10:"1:10,1:600";s:14:"Content-Length";s:1:"3";s:10:"Connection";s:10:"keep-alive";}s:8:"response";s:3:"341";s:4:"code";i:200;}

0 comments on commit 1a51455

Please sign in to comment.