Skip to content

Commit

Permalink
feat: postman workspace (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
KostaD02 authored Oct 5, 2023
1 parent 748fb70 commit 9ad9cbc
Show file tree
Hide file tree
Showing 3 changed files with 1,203 additions and 0 deletions.
18 changes: 18 additions & 0 deletions workspace/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Workspaces

Here are provided two workspaces for API endpoint testing. There are two apps for it: Insomnia and Postman. You can install them and import the EverREST workspace.

## Installation:

- [Insomnia](https://insomnia.rest/download)
- [Postman](https://www.postman.com/downloads)

## Usage:

### Insomnia

Import one of the following workspaces. They are identical, but choose which one you prefer to download: [JSON](https://github.com/educata/everrest/blob/main/workspace/insomnia/Insomnia.json) or [YAML](https://github.com/educata/everrest/blob/main/workspace/insomnia/Insomnia.yaml)

### Postman

Postman has two versions for export: [v2](https://github.com/educata/everrest/blob/main/workspace/postman/postman-v.2.1.json) and [v2.1](https://github.com/educata/everrest/blob/main/workspace/postman/postman-v.2.json) Import the one that is necessary for your Postman app
Loading

0 comments on commit 9ad9cbc

Please sign in to comment.