Skip to content

Commit

Permalink
Postman collection
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard93 committed Apr 20, 2017
1 parent be100f2 commit 313f00c
Show file tree
Hide file tree
Showing 3 changed files with 386 additions and 0 deletions.
40 changes: 40 additions & 0 deletions CACHE.postman_environment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"id": "f50753eb-56ac-9c48-7516-2731bc324c72",
"name": "CACHE@localhost",
"values": [
{
"key": "host",
"value": "localhost",
"type": "text",
"enabled": true
},
{
"key": "port",
"value": "57772",
"type": "text",
"enabled": true
},
{
"key": "ns",
"value": "SAMPLES",
"type": "text",
"enabled": true
},
{
"key": "user",
"value": "_SYSTEM",
"type": "text",
"enabled": true
},
{
"key": "pass",
"value": "SYS",
"type": "text",
"enabled": true
}
],
"timestamp": 1485372526371,
"_postman_variable_scope": "environment",
"_postman_exported_at": "2017-01-25T19:36:53.787Z",
"_postman_exported_using": "Postman/4.9.3"
}
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ See in this [post on Developer Community](https://community.intersystems.com/po
| URL | Type | Description |
|--------------------------------------|--------|----------------------------------------|
| test | GET | Test request |
| info | GET | Basic information (currently language list)|
| logout | GET | End current session |
| form/info | GET | List of all availible forms |
| form/info/all | GET | Get metainformation for all forms |
Expand All @@ -37,6 +38,11 @@ See in this [post on Developer Community](https://community.intersystems.com/po

For POST/PUT requests see method descriptions for request body samples

Postman
-----------

You can use [Postman](https://www.getpostman.com/) to query RESTForms API. [Collection](RESTForms.postman_collection.json). [Environment](CACHE.postman_environment.json).

# SQL requests

`GET http://localhost:57772/forms/form/objects/Form.Test.Simple/info?size=2&page=1&orderby=text`
Expand Down
Loading

0 comments on commit 313f00c

Please sign in to comment.