diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-10-03 08:20:42 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-10-03 08:44:31 -0400 |
commit | 22ded7ec14cb82113c37d1b369670e42179f92c5 (patch) | |
tree | f7a20ae077419c33e90a2ae35a49c5ba02858ecb /docs/offeredapis.rst | |
parent | dfbc0ad8bda1ca0946b2533ba679016c5ed5d6a1 (diff) |
Add POSTMAN collection and env
Have the offered API's be at a top level that points to the
existing API's throughout policy.
Add in downloads for example environment and collection for
Postman.
Issue-ID: POLICY-2114
Change-Id: Ie2edf2f0aacfe7c9bb14c3e9f83f74a8a2a72de6
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'docs/offeredapis.rst')
-rw-r--r-- | docs/offeredapis.rst | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/docs/offeredapis.rst b/docs/offeredapis.rst index 4e094166..8723570e 100644 --- a/docs/offeredapis.rst +++ b/docs/offeredapis.rst @@ -2,8 +2,8 @@ .. http://creativecommons.org/licenses/by/4.0 -Offered APIs -============ +Policy Offered APIs +=================== The Policy Framework supports the public APIs listed in the links below: @@ -14,3 +14,16 @@ The Policy Framework supports the public APIs listed in the links below: .. warning:: The :ref:`Legacy APIs <legacyapis-label>` are scheduled to be deprecated after the Frankfurt release! +Postman Environment for API Testing +----------------------------------- + +The following environment file from postman can be used for testing API's. All you need to do is fill in the IP and Port information for the installation that you have created. + +:download:`link <PolicyAPI.postman_environment.json>` + +Postman Collection for API Testing +---------------------------------- + +The following collection can be used in Postman to assist in testing the Policy APIs. + +:download:`link <PolicyAPI.postman_collection.json>` |