Skip to content

Commit fe5ae85

Browse files
committed
Upstream API specs
1 parent 7271da7 commit fe5ae85

File tree

2 files changed

+71
-5
lines changed

2 files changed

+71
-5
lines changed

magick.nu/1.0/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"description": "No response was specified"
163163
}
164164
},
165-
"summary": "Create a new Magick User",
165+
"summary": "Create a new Tradeworks User",
166166
"tags": [
167167
"users"
168168
]

orghunter.com/1.0.0/swagger.json

Lines changed: 70 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,64 @@
9999
]
100100
}
101101
},
102+
"/v1/charitygeolocation": {
103+
"post": {
104+
"description": "<p>This operation detail data.</p>",
105+
"operationId": "get detail",
106+
"parameters": [
107+
{
108+
"description": "Your API access key",
109+
"in": "query",
110+
"name": "user_key",
111+
"type": "string"
112+
},
113+
{
114+
"description": "ein (Employer Identification Number)",
115+
"in": "query",
116+
"name": "ein",
117+
"type": "string"
118+
}
119+
],
120+
"responses": {
121+
"200": {
122+
"description": "No response was specified"
123+
}
124+
},
125+
"summary": "Get details!",
126+
"tags": [
127+
"GeoLocation"
128+
]
129+
}
130+
},
131+
"/v1/charitypremium": {
132+
"post": {
133+
"description": "<p>This operation detail data.</p>",
134+
"operationId": "get detail",
135+
"parameters": [
136+
{
137+
"description": "Your API access key",
138+
"in": "query",
139+
"name": "user_key",
140+
"type": "string"
141+
},
142+
{
143+
"description": "ein (Employer Identification Number)",
144+
"in": "query",
145+
"name": "ein",
146+
"type": "string"
147+
}
148+
],
149+
"responses": {
150+
"200": {
151+
"description": "No response was specified"
152+
}
153+
},
154+
"summary": "Get details!",
155+
"tags": [
156+
"CharityPremium"
157+
]
158+
}
159+
},
102160
"/v1/charitysearch": {
103161
"post": {
104162
"description": "<p>This operation provides summary data.</p>",
@@ -183,20 +241,28 @@
183241
"swagger": "2.0",
184242
"tags": [
185243
{
186-
"description": "Categories Test",
244+
"description": "Charity NTEE Classification/Categories API Test",
187245
"name": "categories"
188246
},
189247
{
190-
"description": "Summary Test",
248+
"description": "Charity Search Summary API Test",
191249
"name": "summary"
192250
},
193251
{
194-
"description": "Details Test",
252+
"description": "Charity Basic API Test",
195253
"name": "details"
196254
},
197255
{
198-
"description": "CharityFinancial",
256+
"description": "Charity Financial API Test",
199257
"name": "CharityFinancial"
258+
},
259+
{
260+
"description": "Charity GeoLocation API Test",
261+
"name": "GeoLocation"
262+
},
263+
{
264+
"description": "Charity Premium API Test",
265+
"name": "CharityPremium"
200266
}
201267
]
202268
}

0 commit comments

Comments
 (0)