davidguerreiro / evscalculator

Web application for professional pokemon players
https://evscalculator.com
0 stars 0 forks source link

Create API wrappers #14

Open jaicab opened 8 years ago

jaicab commented 8 years ago

We will be needing objects and functions that use the API internally. @davidguerreiro, feel free to have a read:

You will never need to do any DB handling directly in the code anywhere else but within the api folder. This is the way to go. We can even build apps if we do this properly.

I will be building the JS version and you will need to build the PHP version.

davidguerreiro commented 8 years ago

Fantastic !! I will read all of this as soon as possible. Thanks for the links provided.

jaicab commented 8 years ago

I've put resources up there that refer to both how to build an API and create a wrapper. These two things are different. The wrapper is a library that is based on the API and nothing else.

jaicab commented 8 years ago

PHP wrapper is on active development and JS wrapper is done and in testing stage on JS bin :+1: