The purpose of the task is creating the collection of requests for the RESTful API with basic methods:
- GET: Retrieve data from a server.
- POST:: Submit data to create or update a resource.
- PUT: Update or replace an existing resource.
- PATCH: Partially update an existing resource.
- 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.