Skip to content

Commit 313f00c

Browse files
committed
Postman collection
1 parent be100f2 commit 313f00c

File tree

3 files changed

+386
-0
lines changed

3 files changed

+386
-0
lines changed

CACHE.postman_environment.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"id": "f50753eb-56ac-9c48-7516-2731bc324c72",
3+
"name": "CACHE@localhost",
4+
"values": [
5+
{
6+
"key": "host",
7+
"value": "localhost",
8+
"type": "text",
9+
"enabled": true
10+
},
11+
{
12+
"key": "port",
13+
"value": "57772",
14+
"type": "text",
15+
"enabled": true
16+
},
17+
{
18+
"key": "ns",
19+
"value": "SAMPLES",
20+
"type": "text",
21+
"enabled": true
22+
},
23+
{
24+
"key": "user",
25+
"value": "_SYSTEM",
26+
"type": "text",
27+
"enabled": true
28+
},
29+
{
30+
"key": "pass",
31+
"value": "SYS",
32+
"type": "text",
33+
"enabled": true
34+
}
35+
],
36+
"timestamp": 1485372526371,
37+
"_postman_variable_scope": "environment",
38+
"_postman_exported_at": "2017-01-25T19:36:53.787Z",
39+
"_postman_exported_using": "Postman/4.9.3"
40+
}

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ See in this [post on Developer Community](https://community.intersystems.com/po
1515
| URL | Type | Description |
1616
|--------------------------------------|--------|----------------------------------------|
1717
| test | GET | Test request |
18+
| info | GET | Basic information (currently language list)|
1819
| logout | GET | End current session |
1920
| form/info | GET | List of all availible forms |
2021
| form/info/all | GET | Get metainformation for all forms |
@@ -37,6 +38,11 @@ See in this [post on Developer Community](https://community.intersystems.com/po
3738

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

41+
Postman
42+
-----------
43+
44+
You can use [Postman](https://www.getpostman.com/) to query RESTForms API. [Collection](RESTForms.postman_collection.json). [Environment](CACHE.postman_environment.json).
45+
4046
# SQL requests
4147

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

0 commit comments

Comments
 (0)