Skip to content

This Repo is to Learn API testing and Tools/Reports Related to it

Notifications You must be signed in to change notification settings

0xd3vil/APITestingStuff

 
 

Repository files navigation

APITestingStuff

This Repo is to Learn API testing and Tools/Reports Related to it

  1. Web Service is an API wrapped in HTTP.
  2. All Web Services are API but APIs are not Web Services.
  3. Web Service might not perform all the operations that an API would perform.
  4. A Web Service needs a network while an API doesn't need a network for its operation.

Types of API : SOAP — Simple Object Access Protocol - Protocol, REST — Representational State Transfer – Architecture

Method Meaning : GET Fetches (gets) the representation of a resource's state POST Creates a new resource PUT Updates a resource DELETE Removes a resource HEAD Fetches metadata associated with a resource's state OPTIONS Lists the available methods

Please read the Docs

About

This Repo is to Learn API testing and Tools/Reports Related to it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published