Skip to content

Commit

Permalink
extra instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ObjectIsAdvantag committed Jan 9, 2018
1 parent e355d63 commit fea8fa0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This repo gathers Postman collections for the [xAPI - API of the Cisco Collaboration Endpoint Software](https://www.cisco.com/c/dam/en/us/td/docs/telepresence/endpoint/software/ce9/release-notes/ce-software-release-notes-ce9.pdf).

**Make sure to configure the collection with these environment variables: `{{endpoint}}` and `{{credentials}}`. Check the [Configure your Environment](docs/ConfigureEnvVariables.md) page for guidance**
**Make sure to configure the collection with `{{endpoint}}` and `{{credentials}}` variables. Check the [Configure your Environment](docs/ConfigureEnvVariables.md) guide for details**

- [Admin role](#admin): use this collection is for Cisco Collaboration Endpoints that are registered on-premises and which you can access with an Admin account.

Expand All @@ -15,7 +15,7 @@ Note that these collections do not list all xAPI commands available but a few us

If you're new to Postman, you're only a few steps away from getting the full benefits of these collections:
1. [import a collection](docs/ImportCollection.md)
2. [configure your environment](docs/ImportCollection.md)
2. [configure your environment](docs/ConfigureEnvVariables.md)
3. [run a xAPI request](docs/xAPIrequest.md)
4. [generate code](docs/GenerateCode.md) for your favorite language
5. [optional] note that the postman suite lets you [run collections as part of your CI/CD process](https://www.getpostman.com/docs/newman_intro) via the newman command, and can also help you [publish documentation via documenter](https://www.getpostman.com/docs/creating_documentation).
Expand All @@ -27,16 +27,19 @@ Use this collection for Cisco Collaboration Endpoints that are registered on-pre

[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/b12cc191a2f46da710ec)

**Make sure to configure the collection with `{{endpoint}}` and `{{credentials}}` variables. Check the [Configure your Environment](docs/ConfigureEnvVariables.md) guide for details**

![On-Premises Collection](docs/img/collection-xapi-admin.png)



## [integrator](https://raw.githubusercontent.com/CiscoDevNet/postman-xapi/master/xapi-integrator.json)

Use this collection for Cisco Collaboration Endpoints that are registered on-premises or Spark-registered and for which have Integrator credentials.

[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/4a45667250ce5f166e19)

Use this collection for Cisco Collaboration Endpoints that are registered on-premises or Spark-registered and for which have Integrator credentials.
**Make sure to configure the collection with `{{endpoint}}` and `{{credentials}}` variables. Check the [Configure your Environment](docs/ConfigureEnvVariables.md) guide for details**

![On-Premises Collection](docs/img/collection-xapi-integrator.png)

Expand Down

0 comments on commit fea8fa0

Please sign in to comment.