You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2021. It is now read-only.
The Maps4News API is an OAuth2 API. We support implicit and password flows.
114
114
115
-
<asideclass="notice">
116
-
You must have a valid client registered with us to be able to use the API. Clients are currently on request.
117
-
</aside>
115
+
<asideclass="notice">You need a OAuth Client or Personal Access Token to use the API.</aside>
118
116
119
117
# API
120
118
121
-
## Introduction
119
+
To register an OAuth Client or Personal Access Token, please [log into the API](https://api.beta.maps4news.com) register one via your account settings.
122
120
123
121
Have a look at our [OpenAPI spec](https://api.beta.maps4news.com/docs), the spec contains all the endpoints, info about how resources look and what each endpoint requires you to submit.
124
122
@@ -153,7 +151,6 @@ All JSON responses from the API is wrapped in a base object.
153
151
154
152
Be sure to include an `Accept: application/json` header, otherwise errors like `401`, `403` & `404` will either return HTML or redirect you to the login page.
155
153
156
-
157
154
## Query Parameters
158
155
159
156
The API has a few query parameters available that you can use to help find the resources you need.
@@ -179,6 +176,8 @@ By default the API returns 12 items per page and defaults to page 1.
179
176
180
177
The number of items per page can be increased to a maximum of 50 items.
0 commit comments