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
You can use Golioth API for access all services available on the platform, like device management, provisioning, data resources and others services to be build in the future.
12
+
exportconst OpenAPIUrl = () => {
13
+
const openAPIUrl =process.env.OPENAPI_URL;
14
+
return <ahref={openAPIUrl}>OpenAPI v3</a>;
15
+
};
16
+
17
+
You can use Golioth API for access all services available on the platform, like
18
+
device management, provisioning, data resources and others services to be build
19
+
in the future.
13
20
14
21
#### API Usage
15
22
16
-
Our API is documented using OpenAPI definitions. You can access the [API Reference Page](/reference/rest-api/openapi) to check all endpoints and methods that can be used. A important aspect is authentication, that can be check on the [Authentication Guide](/reference/rest-api/auth).
23
+
Our API is documented using OpenAPI definitions. You can access the [API
24
+
Reference Page](/reference/rest-api/openapi) to check all endpoints and methods
25
+
that can be used. For more information on authentication check the
26
+
[Authentication Guide](/reference/rest-api/auth).
17
27
18
-
#### Importing OpenAPI/Swagger definitions
28
+
#### Importing OpenAPI/Swagger Definitions
19
29
20
-
You can test Golioth API using a Graphical User Interface (GUI) like Postman or Insomnia. Here are some links on how to import Open API definitions using those projects. For the Swagger file URL, you can use <SwaggerUrl/> url to import our API definitions.
30
+
You can test the Golioth API using a Graphical User Interface (GUI) like Postman
31
+
or Insomnia. Both <OpenAPIUrl/> and <SwaggerUrl/> definitions are available.
0 commit comments