Jump to content
LaunchBox Community Forums

dany.henriquez

Members
  • Posts

    6
  • Joined

  • Last visited

    Never

dany.henriquez's Achievements

4-Bit Adder

4-Bit Adder (2/7)

0

Reputation

  1. New game database implememted. The responses are json. All requests are get requests. Search api is also implemented. Search for words in any field name. Maximum returned results is 10. You can use api.game-database.info. Resources: Platform list : api.game-database.info/v1/platforms Platform Info : api.game-database.info/v1/platforms/<platformId> Game list for platform : api.game-database.info/v1/platforms/<platformId>/games Game info for game : api.game-database.info/v1/platforms/<platformId>/games/<gameId> Images : api.game-database.info/v1/image/<imageId> Search: api.game-database.info/v1/search?<query>
  2. New game database implememted. The responses are json. All requests are get requests. Search api is also implemented. Search for words in any field name. Maximum returned results is 10. You can use api.game-database.info. Resources: Platform list : api.game-database.info/v1/platforms Platform Info : api.game-database.info/v1/platforms/<platformId> Game list for platform : api.game-database.info/v1/platforms/<platformId>/games Game info for game : api.game-database.info/v1/platforms/<platformId>/games/<gameId> Images : api.game-database.info/v1/image/<imageId> Search: api.game-database.info/v1/search?<query>
  3. E-mail sent. Domain name registration is underway. Hosting is almost ready to go.
  4. I think you misunderstand. I created a completely new and restructured database in MongoDB with a easier json api. This is without all the redundant xml. The system also uses gridFS for the images. So no normal file storage like you are used to. I can give you access to my test system if you want, Jason. You will see it is much better and more responsive.
  5. I have the API up and runnning now. Will do testing. Next week it will be live. I will post here when it is)))
  6. I am a Systems engineer for managed services and was searching for info too. I got tired of the gamesdb being offline every time i need it. When the gamesdb is online i am scraping it all and setting up my own on an openstack vm which is distributed over two locations. Varnish cache frontend and memcached caching. The webserver api is complete. When i scrape i will set it online and you are all welcome to use it. It consists of only 5 endpoints and a much better rest interface. The images are also encoded base64 and will be included in the endpoints response. GET /platforms GET /platforms/@platform GET /platforms/@platform/games GET /platforms/@platform/games/@game GET /search?q=@term Give me a heads up if you want to use it. If there is interest i will make it all public. If not then i won't ))) Note: if others want to use it too then I will include monitoring with a SMS service. When an endpoint is unreachable i will get an SMS and fix it.
×
×
  • Create New...