Skip to content

Flask API that calls stored procedures in MySQL database for storing media content such as steam games

Notifications You must be signed in to change notification settings

rmkeezer/media-horde-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Media Horde API

Installation

pip install -r requirements.txt  

Run Server

python app.py

Requests

All requests return a JSON object

/AddGame

Add a game to user's list of games

/RemoveGame

Remove a game from the user's list of games

/GetOtherGames

Get games not in the user's list

/GetMyGames

Get the user's list of games

/GetAllGames

Get all the games

/GetRandGames

Get a random set of games

About

Flask API that calls stored procedures in MySQL database for storing media content such as steam games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages