Categories
Internet Open Classifieds PHP Tips

Resources for API development

I have been developing the new API for Open Classifieds for the last weeks. I have developed some other small API’s before, but this is another scope, and I am enjoying like a kid with new lego xD

This are the steps I followed

  1. Define the scope of what will be included.
  2. Get inspiration from other API’s.
  3. Learn more about best practices, took quite the time.
  4. Research for modules/bundles for PHP.
  5. Choose the authentication.
  6. Start developing
  7. Refactor
  8. Keep developing
  9. While developing doing documentation / testing
  10. Enjoy! 😀

Must Read

Tools

Chrome plugin Advanced Rest Client to make REST requests and save them, a must!

Generate documentation

We use Jekyll since we use it for the documentation at Open Classifieds, but there other nice one out there:

Open Classifieds API example

WordPress API example