Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.18 KB

README.md

File metadata and controls

18 lines (10 loc) · 1.18 KB

Riot-API

Found the Riot Games API Challenge 2.0 as it was about to end, but wanted to use it as a learning tool even if I didn't finish by the deadline.

Description

I worked with Riot's API by obtaining match ids from the given json files(from the Riot Challange 2.0: AP item change), then used it in a url to grab data from Riot servers. there, I split up the information to grab item ids and filter it to find ap items only. As time went on, I realize from time to time the server would "time out" on the server end, returning a 500 reponse code in which the program would terminate. As a result, I started to also store all the data grabbed and filter it to be put as JSON files on my computer to be more efficient.

This is my first time learning about API, JSON files, and front-end & back-end programming. I would say this was a tough but wonderful learning experience that proved to be beneficial.

Softwares/Websites Used

  • NetBeans - Java IDE where project was written, debugged and managed in.
  • Riot Game API - Used to obtain League of Legends game data and where challange was posted.

Estimated Time

Total time: 3 weeks