What is API and HTTP?

Learn about HTTP and RESTful services

HTTP

RESTful services

API is the web service. You provide input, service does some calculations, and it provides some output.

Before development and during development:

Once code is ready:

Working plan

  1. Learn requirements
  2. Create test cases
  3. Execute tests

First steps

Approach