@opusdns/api 0.232.0 → 0.233.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/openapi.yaml +10 -8
package/package.json
CHANGED
package/src/openapi.yaml
CHANGED
|
@@ -9602,12 +9602,12 @@ components:
|
|
|
9602
9602
|
info:
|
|
9603
9603
|
description: "# Authentication\n\nOpusDNS supports API authentication in two ways:\n\
|
|
9604
9604
|
\n- Direct API key authentication using the `X-Api-Key` header\n- OAuth token\
|
|
9605
|
-
\ authentication using the `/v1/auth/token` endpoint\n\
|
|
9606
|
-
\ in the Dashboard\n\
|
|
9607
|
-
|
|
9608
|
-
|
|
9609
|
-
\
|
|
9610
|
-
\
|
|
9605
|
+
\ authentication using the `/v1/auth/token` [endpoint](https://developers.opusdns.com/#tag/authentication/POST/v1/auth/token)\n\
|
|
9606
|
+
\n## Creating an API key in the Dashboard\n\n+ Create a new API key from the OpusDNS\
|
|
9607
|
+
\ Dashboard under [API Credentials](https://app.opusdns.com/developer/api-credentials)\n\
|
|
9608
|
+
+ Store the generated key securely when it is shown to you.\n\n## Using the API\
|
|
9609
|
+
\ key\n\n### Option 1: `X-Api-Key` header\n\nSend your full OpusDNS API key in\
|
|
9610
|
+
\ the `X-Api-Key` header on each request:\n\n```http\nGET /v1/domains HTTP/1.1\n\
|
|
9611
9611
|
Host: sandbox.opusdns.com\nX-Api-Key: opk_your_full_api_key_here\n```\n\nThis\
|
|
9612
9612
|
\ is the most direct way to authenticate.\n\n### Option 2: OAuth token flow\n\n\
|
|
9613
9613
|
OpusDNS also supports retrieving a bearer token from the token endpoint:\n\n```http\n\
|
|
@@ -9649,10 +9649,12 @@ info:
|
|
|
9649
9649
|
\ We are happy to help!\n\n# Open-source SDKs and libraries\n\nWe're constantly\
|
|
9650
9650
|
\ building new features and services from SDKs and plugins to other exciting tools.\
|
|
9651
9651
|
\ Check out [our GitHub](https://github.com/OpusDNS/) to see the latest developments\
|
|
9652
|
-
\ and try them out yourself!\n\n\n
|
|
9652
|
+
\ and try them out yourself!\n\n### OpusDNS Go Client\n\nWe offer a client implementation\
|
|
9653
|
+
\ for go that supports all the features of our API. \nCheck out the client [here](https://github.com/OpusDNS/opusdns-go-client)!\n\
|
|
9654
|
+
\n"
|
|
9653
9655
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
9654
9656
|
title: OpusDNS API
|
|
9655
|
-
version: 2026-04-01-
|
|
9657
|
+
version: 2026-04-01-083726
|
|
9656
9658
|
x-logo:
|
|
9657
9659
|
altText: OpusDNS API Reference
|
|
9658
9660
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|