Skip to content

Basic HTTP methods in RESTful API with Postman.

Notifications You must be signed in to change notification settings

spoy-ler/Postman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Postman

The purpose of the task is creating the collection of requests for the RESTful API with basic methods:

  1. GET: Retrieve data from a server.
  2. POST:: Submit data to create or update a resource.
  3. PUT: Update or replace an existing resource.
  4. PATCH: Partially update an existing resource.
  5. DELETE: Delete a specified resource.

The repository also contains documentation for the used API which consists of the description of API fields and possible values of these fields. Link with documentation.

Valid and invalid checks have been implemented for the fields. Queries are developed in such a way that the collection can be launched. This is done through the use of variables. Also, at least 2 tests are written for each query.

About

Basic HTTP methods in RESTful API with Postman.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published