|
99 | 99 | ]
|
100 | 100 | }
|
101 | 101 | },
|
| 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 | + }, |
102 | 160 | "/v1/charitysearch": {
|
103 | 161 | "post": {
|
104 | 162 | "description": "<p>This operation provides summary data.</p>",
|
|
183 | 241 | "swagger": "2.0",
|
184 | 242 | "tags": [
|
185 | 243 | {
|
186 |
| - "description": "Categories Test", |
| 244 | + "description": "Charity NTEE Classification/Categories API Test", |
187 | 245 | "name": "categories"
|
188 | 246 | },
|
189 | 247 | {
|
190 |
| - "description": "Summary Test", |
| 248 | + "description": "Charity Search Summary API Test", |
191 | 249 | "name": "summary"
|
192 | 250 | },
|
193 | 251 | {
|
194 |
| - "description": "Details Test", |
| 252 | + "description": "Charity Basic API Test", |
195 | 253 | "name": "details"
|
196 | 254 | },
|
197 | 255 | {
|
198 |
| - "description": "CharityFinancial", |
| 256 | + "description": "Charity Financial API Test", |
199 | 257 | "name": "CharityFinancial"
|
| 258 | + }, |
| 259 | + { |
| 260 | + "description": "Charity GeoLocation API Test", |
| 261 | + "name": "GeoLocation" |
| 262 | + }, |
| 263 | + { |
| 264 | + "description": "Charity Premium API Test", |
| 265 | + "name": "CharityPremium" |
200 | 266 | }
|
201 | 267 | ]
|
202 | 268 | }
|
0 commit comments