Skip to content

Commit 362e2a6

Browse files
committed
Created Postman collection
1 parent 18b3c73 commit 362e2a6

1 file changed

Lines changed: 291 additions & 0 deletions

File tree

Lines changed: 291 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,291 @@
1+
{
2+
"info": {
3+
"_postman_id": "277886-9a656704-20fc-42da-bf5b-e6fc38843f3e",
4+
"name": "iRonoc API",
5+
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
6+
},
7+
"item": [
8+
{
9+
"name": "GET APP Version",
10+
"id": "277886-990a358b-2ff3-451f-b182-a26b84239ce8",
11+
"protocolProfileBehavior": {
12+
"disableBodyPruning": true
13+
},
14+
"request": {
15+
"method": "GET",
16+
"header": [],
17+
"url": {
18+
"raw": "{{base_url}}api/application/version",
19+
"host": [
20+
"{{base_url}}api"
21+
],
22+
"path": [
23+
"application",
24+
"version"
25+
]
26+
}
27+
},
28+
"response": []
29+
},
30+
{
31+
"name": "GET GitHub Issues for iRonoc",
32+
"id": "277886-b8d51a14-ab36-49d7-be9b-f93b1aa0e20a",
33+
"protocolProfileBehavior": {
34+
"disableBodyPruning": true
35+
},
36+
"request": {
37+
"method": "GET",
38+
"header": [],
39+
"url": {
40+
"raw": "{{base_url}}api/get-repo-issue/conorheffron/ironoc/",
41+
"host": [
42+
"{{base_url}}api"
43+
],
44+
"path": [
45+
"get-repo-issue",
46+
"conorheffron",
47+
"ironoc",
48+
""
49+
]
50+
}
51+
},
52+
"response": []
53+
},
54+
{
55+
"name": "GET GitHub Repositories for user conorheffron",
56+
"id": "277886-296baaf0-cad0-47c4-9def-7854d62130c1",
57+
"protocolProfileBehavior": {
58+
"disableBodyPruning": true
59+
},
60+
"request": {
61+
"method": "GET",
62+
"header": [],
63+
"url": {
64+
"raw": "{{base_url}}api/get-repo-detail?username=conorheffron",
65+
"host": [
66+
"{{base_url}}api"
67+
],
68+
"path": [
69+
"get-repo-detail"
70+
],
71+
"query": [
72+
{
73+
"key": "username",
74+
"value": "conorheffron"
75+
}
76+
]
77+
}
78+
},
79+
"response": []
80+
},
81+
{
82+
"name": "GET Coffees REST",
83+
"id": "277886-5708a421-ff0c-41a1-9943-9200e75035f9",
84+
"protocolProfileBehavior": {
85+
"disableBodyPruning": true
86+
},
87+
"request": {
88+
"method": "GET",
89+
"header": [],
90+
"url": {
91+
"raw": "{{base_url}}api/coffees",
92+
"host": [
93+
"{{base_url}}api"
94+
],
95+
"path": [
96+
"coffees"
97+
]
98+
}
99+
},
100+
"response": []
101+
},
102+
{
103+
"name": "GET Coffees GraphQL",
104+
"id": "277886-df5936a8-5c9a-42de-b0a6-8f3355be0f39",
105+
"protocolProfileBehavior": {
106+
"disableBodyPruning": true
107+
},
108+
"request": {
109+
"method": "GET",
110+
"header": [],
111+
"url": {
112+
"raw": "{{base_url}}api/coffees",
113+
"host": [
114+
"{{base_url}}api"
115+
],
116+
"path": [
117+
"coffees"
118+
]
119+
}
120+
},
121+
"response": []
122+
},
123+
{
124+
"name": "GET Portfolio Items",
125+
"id": "277886-cd14aae0-0bae-4ada-b6d8-084d2fca2d73",
126+
"protocolProfileBehavior": {
127+
"disableBodyPruning": true
128+
},
129+
"request": {
130+
"method": "GET",
131+
"header": [],
132+
"url": {
133+
"raw": "{{base_url}}api/portfolio-items",
134+
"host": [
135+
"{{base_url}}api"
136+
],
137+
"path": [
138+
"portfolio-items"
139+
]
140+
}
141+
},
142+
"response": []
143+
},
144+
{
145+
"name": "GET Donate Items",
146+
"id": "277886-dc45e685-9ec7-4cb5-b7a6-06c2148d3541",
147+
"protocolProfileBehavior": {
148+
"disableBodyPruning": true
149+
},
150+
"request": {
151+
"method": "GET",
152+
"header": [],
153+
"url": {
154+
"raw": "{{base_url}}api/donate-items",
155+
"host": [
156+
"{{base_url}}api"
157+
],
158+
"path": [
159+
"donate-items"
160+
]
161+
}
162+
},
163+
"response": []
164+
},
165+
{
166+
"name": "GET Donate Items",
167+
"id": "277886-a10299b0-e1f2-4227-8930-6aedeb9d0a27",
168+
"protocolProfileBehavior": {
169+
"disableBodyPruning": true
170+
},
171+
"request": {
172+
"method": "POST",
173+
"header": [],
174+
"body": {
175+
"mode": "graphql",
176+
"graphql": {
177+
"query": "query charityOptionsGet {\n donateItems {\n donate\n link\n img\n alt\n name\n overview\n founded\n phone\n }\n}\n",
178+
"variables": ""
179+
}
180+
},
181+
"url": {
182+
"raw": "{{base_url}}graphql",
183+
"host": [
184+
"{{base_url}}graphql"
185+
]
186+
}
187+
},
188+
"response": []
189+
},
190+
{
191+
"name": "MUTATION addCharityOption UNICEF",
192+
"id": "277886-27489027-bbfd-43b1-857e-071ecab54ac4",
193+
"protocolProfileBehavior": {
194+
"disableBodyPruning": true
195+
},
196+
"request": {
197+
"method": "POST",
198+
"header": [],
199+
"body": {
200+
"mode": "graphql",
201+
"graphql": {
202+
"query": "mutation MyMutation {\n addCharityOption(donate: \"https://www.unicef.ie/donate\",\n link: \"https://www.unicef.ie/\",\n img: \"red\",\n alt: \"red2\",\n name: \"UNICEF\",\n overview: \"For Every Child, UNICEF works in some of the world’s toughest places, to reach the world’s most disadvantaged children. To save their lives. To defend their rights. To help them fulfil their potential. In over 190 countries and territories, we work for every child, everywhere, every day, to build a better world for everyone. Before, during and after humanitarian emergencies, UNICEF is on the ground, bringing lifesaving help and hope to children and families. And we never give up.\",\n founded: 1946,\n phone: \"01 878 3000\") {\n alt\n donate\n founded\n img\n link\n name\n overview\n phone\n }\n}",
203+
"variables": ""
204+
}
205+
},
206+
"url": {
207+
"raw": "{{base_url}}graphql",
208+
"host": [
209+
"{{base_url}}graphql"
210+
]
211+
}
212+
},
213+
"response": []
214+
},
215+
{
216+
"name": "MUTATION addCharityOption Irish Red Cross",
217+
"id": "277886-de25260e-288d-4b4b-b77d-fbd98e70025a",
218+
"protocolProfileBehavior": {
219+
"disableBodyPruning": true
220+
},
221+
"request": {
222+
"method": "POST",
223+
"header": [],
224+
"body": {
225+
"mode": "graphql",
226+
"graphql": {
227+
"query": "mutation MyMutation {\n addCharityOption(\n donate: \"https://donate.redcross.ie/b/my-donation\",\n link: \"https://www.redcross.ie/\",\n img: \"red\",\n alt: \"red12\",\n name: \"Red Cross\",\n overview: \"The Irish Red Cross has been dedicated to serving people in need whether they are here in Ireland or caught up in humanitarian crises in countries and regions throughout the globe. Today the Irish Red Cross maintains an active network of over 3,000 volunteers at 73 branches based in large and small communities throughout the Republic of Ireland. We are also a committed member of the global Red Cross Red Crescent Movement is a global humanitarian network of 80 million people that helps those facing disaster, conflict, and health and social problems. The Movement consists of the International Committee of the Red Cross, the International Federation of Red Cross and Red Crescent Societies, and the 191 National Red Cross and Red Crescent Societies.\",\n founded: 1939,\n phone: \"+353 (0)1-642-4600\"\n ) {\n alt\n donate\n founded\n img\n link\n name\n overview\n phone\n }\n}",
228+
"variables": ""
229+
}
230+
},
231+
"url": {
232+
"raw": "{{base_url}}graphql",
233+
"host": [
234+
"{{base_url}}graphql"
235+
]
236+
}
237+
},
238+
"response": []
239+
},
240+
{
241+
"name": "MUTATION addCharityOption Doctors without Borders",
242+
"id": "277886-7a1dc479-c0e4-4a76-bbd2-1d534551753f",
243+
"protocolProfileBehavior": {
244+
"disableBodyPruning": true
245+
},
246+
"request": {
247+
"method": "POST",
248+
"header": [],
249+
"body": {
250+
"mode": "graphql",
251+
"graphql": {
252+
"query": "mutation MyMutation {\n addCharityOption(\n donate: \"https://www.msf.ie/founding?form=General-Donate\",\n link: \"https://www.msf.ie/\",\n img: \"red\",\n alt: \"red14\",\n name: \"Doctors Without Borders\",\n overview: \"Amid the Parisian upheavals of May 1968, a group of young doctors decided to go and help victims of wars and major disasters. This new brand of humanitarianism would reinvent the concept of emergency aid. They were to become Médecins Sans Frontières, or Doctors Without Borders MSF.\",\n founded: 1968,\n phone: \"+353 (0)1 660 3337\"\n ) {\n alt\n donate\n founded\n img\n link\n name\n overview\n phone\n }\n}",
253+
"variables": ""
254+
}
255+
},
256+
"url": {
257+
"raw": "{{base_url}}graphql",
258+
"host": [
259+
"{{base_url}}graphql"
260+
]
261+
}
262+
},
263+
"response": []
264+
},
265+
{
266+
"name": "MUTATION addCharityOption Save the Children",
267+
"id": "277886-d13ae2a3-1d5b-4742-bc24-066a2af377ab",
268+
"protocolProfileBehavior": {
269+
"disableBodyPruning": true
270+
},
271+
"request": {
272+
"method": "POST",
273+
"header": [],
274+
"body": {
275+
"mode": "graphql",
276+
"graphql": {
277+
"query": "mutation MyMutation {\n addCharityOption(donate: \"https://www.savethechildren.net/checkout/your-donation-can-save-childs-life-organic-donate-now-save-lives-sr\",\n link: \"https://www.savethechildren.net/\",\n img: \"red\",\n alt: \"red15\",\n name: \"Save the Children\",\n overview: \"WE CREATE LASTING, POSITIVE CHANGE FOR AND WITH CHILDREN. Save the Children is the world’s first and leading independent children’s organisation transforming lives and the future we share. We’re proud to work with children, their communities, and our partners worldwide, discovering new solutions to help ensure that the world's most vulnerable children survive, learn and are protected. Every year, we reach tens of millions of children in more than 110 countries through our life-changing work.\",\n founded: 1919,\n phone: \"+44 (0)20 7012 6400\") {\n alt\n donate\n founded\n img\n link\n name\n overview\n phone\n }\n}",
278+
"variables": ""
279+
}
280+
},
281+
"url": {
282+
"raw": "{{base_url}}graphql",
283+
"host": [
284+
"{{base_url}}graphql"
285+
]
286+
}
287+
},
288+
"response": []
289+
}
290+
]
291+
}

0 commit comments

Comments
 (0)