Posts

Showing posts with the label basic

API

Image
  API A pplication  P rogramming  I nterface or  API  which is used to provide an interface to communicate between two application by mostly in   JSON [Java Script Object Notation]  response because it is lightweight to transfer between the data, but also in some other format like XML TYPES OF  API Public Private PUBLIC API       This API can be used by any of the user without any restrictions. It is specifically designed to integrate to use or create new cases in any applications. Some public API may ask to create a free account to access their API keys and request calls. PRIVATE API     It will let you to extract and work with data without any restrictions because this will mostly used for developing new technologies with vast data. The only disadvantage is it costs you more amount because it will allow you to make any number of calls per second unlike public api has many restriction when comes in to api call. HTTP ...