Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated ItemSense postman README #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# itemsense-postman
> A collection of ItemSense's API calls written for usage with Postman
> A collection of ItemSense 2016r4 API calls written for usage with Postman

## Prerequisites
In order to use this, Postman must be installed. For information on how to get started with Postman, please visit https://www.getpostman.com/docs/
- Postman must be installed. For information on how to get started with Postman, please visit https://www.getpostman.com/docs/
- An ItemSense 2016r4 installation

## Install/Import
In Postman, click **Import** and either upload the file *ItemSense.postman_collection*, or provide it the direct url to the file within github.
Expand All @@ -13,8 +14,9 @@ In Postman, click **Import** and either upload the file *ItemSense.postman_colle
## Configuration
The collection uses a few default values that are configured as environment variables:

- BASE_URL : This is the hostname where your itemsense instance lives.
- BASE_URL : This is the hostname or IP address of your ItemSense 2016r4 instance.
- Authorization: This is setup in the request headers. Currently it is configured with the out of the box admin account for ItemSense. If the authorization is updated, make sure to click **Save**, so that it overwrites the existing stored value.
- Content-Type: set this to application/json for PUT and POST requests

### BASE_URL Update:

Expand Down