Why you should design a good API

Rajib karmaker
2 min readApr 22, 2017

--

The term API stands for Application Programming Interface. An API works as a middleman, taking the request from one piece of software, and then replying with the appropriate response from the other. APIs work quietly in the background, making the interactivity we expect For example — Order a pizza, hotel booking, post on social media (facebook, twitter) etc..

Why good APIs are important?

An API is a set of routines, protocols, and tools for building software applications. API specifies how software components should interact. So your software all functionality depends on the API. If API down then your software functionality will down. The users no longer receive any functionally/interaction through your software. That means your business fall.

Monitoring and test your API:

There are lots’ of tool to monitoring and testing API status

A good API Principles

  • API Should Do One Thing and Do it Well
  • Documentation is very important
  • Implementation Should Not Impact API
  • Use Appropriate Parameter and Return Types
  • Avoid Long Parameter Lists
  • Overload With Care
  • Provide Programmatic Access to All Data Available in String Form
  • Minimize Mutability
  • Make it simple and flexible
  • Ensure API speed and performance

Any many more

Check this PDF for more details

As a Frontend developer, I work closely with the backend developer and their API’s. Backend developer takes the responsibility of the API. I Do request to the API (get, post, put, delete etc). I know the importance of good API and you should also know.

Originally published at www.rajibkarmaker.me on April 22, 2017.

--

--

Rajib karmaker

I love Technology and Like to Help Others with any knowledge that I have. My website — www.rajibkarmaker.me