diff --git a/blockfrost-openapi.yaml b/blockfrost-openapi.yaml index 2c78bcc3..26c1eb35 100644 --- a/blockfrost-openapi.yaml +++ b/blockfrost-openapi.yaml @@ -265,20 +265,6 @@ tags: - name: Cardano » Ledger - name: Cardano » Mempool - name: Cardano » Metadata - - name: Cardano » Mithril - description: | - Mithril integration allows you to leverage the capabilities of the Mithril Aggregator API without needing to interact with multiple APIs, simplifying the development process and enhancing usability. - - > **Please note that the integration of Mithril is experimental. Blockfrost acts as a proxy for the subset of Mithril API endpoints. The format of the Mithril API may change independently of the core Blockfrost API.** - - All Mithril endpoints are accessible under the /mithril path. - - > For example, to retrieve a snapshot artifact of the cardano mainnet, you would use: - `https://cardano-mainnet.blockfrost.io/api/v0/mithril/artifact/snapshot/{digest}` - - In addition to error responses listed in Mithril endpoints (such as `404`, `412` and `500`), the API may also return error responses related to Blockfrost (e.g. `400` for invalid path or `403` for unauthenticated request). For the full list of Blockfrost error status codes, please see [Blockfrost Errors](#section/Errors). - - For more information about how to use Mithril API, please see the Mithril docs. - name: Cardano » Network - name: Cardano » Pools - name: Cardano » Scripts diff --git a/openapi.json b/openapi.json index a311fa39..56927a30 100644 --- a/openapi.json +++ b/openapi.json @@ -76,10 +76,6 @@ { "name": "Cardano » Metadata" }, - { - "name": "Cardano » Mithril", - "description": "Mithril integration allows you to leverage the capabilities of the Mithril Aggregator API without needing to interact with multiple APIs, simplifying the development process and enhancing usability.\n\n> **Please note that the integration of Mithril is experimental. Blockfrost acts as a proxy for the subset of Mithril API endpoints. The format of the Mithril API may change independently of the core Blockfrost API.**\n\nAll Mithril endpoints are accessible under the /mithril path.\n\n> For example, to retrieve a snapshot artifact of the cardano mainnet, you would use:\n`https://cardano-mainnet.blockfrost.io/api/v0/mithril/artifact/snapshot/{digest}`\n\nIn addition to error responses listed in Mithril endpoints (such as `404`, `412` and `500`), the API may also return error responses related to Blockfrost (e.g. `400` for invalid path or `403` for unauthenticated request). For the full list of Blockfrost error status codes, please see [Blockfrost Errors](#section/Errors).\n\nFor more information about how to use Mithril API, please see the Mithril docs.\n" - }, { "name": "Cardano » Network" }, diff --git a/openapi.yaml b/openapi.yaml index b4ce3e8e..13f0251e 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -340,37 +340,6 @@ tags: - name: Cardano » Ledger - name: Cardano » Mempool - name: Cardano » Metadata - - name: Cardano » Mithril - description: > - Mithril integration allows you to leverage the capabilities of the Mithril - Aggregator API without needing to interact with multiple APIs, simplifying - the development process and enhancing usability. - - - > **Please note that the integration of Mithril is experimental. - Blockfrost acts as a proxy for the subset of Mithril API endpoints. The - format of the Mithril API may change independently of the core Blockfrost - API.** - - - All Mithril endpoints are accessible under the /mithril path. - - - > For example, to retrieve a snapshot artifact of the cardano mainnet, you - would use: - - `https://cardano-mainnet.blockfrost.io/api/v0/mithril/artifact/snapshot/{digest}` - - - In addition to error responses listed in Mithril endpoints (such as `404`, - `412` and `500`), the API may also return error responses related to - Blockfrost (e.g. `400` for invalid path or `403` for unauthenticated - request). For the full list of Blockfrost error status codes, please see - [Blockfrost Errors](#section/Errors). - - - For more information about how to use Mithril API, please see the Mithril docs. - name: Cardano » Network - name: Cardano » Pools - name: Cardano » Scripts diff --git a/src/definitions.yaml b/src/definitions.yaml index 53509c33..9f4b09e5 100644 --- a/src/definitions.yaml +++ b/src/definitions.yaml @@ -268,20 +268,20 @@ tags: - name: Cardano » Ledger - name: Cardano » Mempool - name: Cardano » Metadata - - name: Cardano » Mithril - description: | - Mithril integration allows you to leverage the capabilities of the Mithril Aggregator API without needing to interact with multiple APIs, simplifying the development process and enhancing usability. + # - name: Cardano » Mithril + # description: | + # Mithril integration allows you to leverage the capabilities of the Mithril Aggregator API without needing to interact with multiple APIs, simplifying the development process and enhancing usability. - > **Please note that the integration of Mithril is experimental. Blockfrost acts as a proxy for the subset of Mithril API endpoints. The format of the Mithril API may change independently of the core Blockfrost API.** + # > **Please note that the integration of Mithril is experimental. Blockfrost acts as a proxy for the subset of Mithril API endpoints. The format of the Mithril API may change independently of the core Blockfrost API.** - All Mithril endpoints are accessible under the /mithril path. + # All Mithril endpoints are accessible under the /mithril path. - > For example, to retrieve a snapshot artifact of the cardano mainnet, you would use: - `https://cardano-mainnet.blockfrost.io/api/v0/mithril/artifact/snapshot/{digest}` + # > For example, to retrieve a snapshot artifact of the cardano mainnet, you would use: + # `https://cardano-mainnet.blockfrost.io/api/v0/mithril/artifact/snapshot/{digest}` - In addition to error responses listed in Mithril endpoints (such as `404`, `412` and `500`), the API may also return error responses related to Blockfrost (e.g. `400` for invalid path or `403` for unauthenticated request). For the full list of Blockfrost error status codes, please see [Blockfrost Errors](#section/Errors). + # In addition to error responses listed in Mithril endpoints (such as `404`, `412` and `500`), the API may also return error responses related to Blockfrost (e.g. `400` for invalid path or `403` for unauthenticated request). For the full list of Blockfrost error status codes, please see [Blockfrost Errors](#section/Errors). - For more information about how to use Mithril API, please see the Mithril docs. + # For more information about how to use Mithril API, please see the Mithril docs. - name: Cardano » Network - name: Cardano » Pools