Skip to content

Commit

Permalink
Merge pull request #363 from blockfrost/chore/skip-mithril
Browse files Browse the repository at this point in the history
chore: prepare ).1.66, revert mithril
  • Loading branch information
vladimirvolek authored Sep 2, 2024
2 parents 8f62fd0 + da25a66 commit cf9054f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 58 deletions.
14 changes: 0 additions & 14 deletions blockfrost-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code>/mithril</code> 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 <a href="https://mithril.network/doc/">Mithril docs</a>.
- name: Cardano » Network
- name: Cardano » Pools
- name: Cardano » Scripts
Expand Down
4 changes: 0 additions & 4 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code>/mithril</code> 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 <a href=\"https://mithril.network/doc/\">Mithril docs</a>.\n"
},
{
"name": "Cardano » Network"
},
Expand Down
31 changes: 0 additions & 31 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code>/mithril</code> 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 <a
href="https://mithril.network/doc/">Mithril docs</a>.
- name: Cardano » Network
- name: Cardano » Pools
- name: Cardano » Scripts
Expand Down
18 changes: 9 additions & 9 deletions src/definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code>/mithril</code> path.
# All Mithril endpoints are accessible under the <code>/mithril</code> 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 <a href="https://mithril.network/doc/">Mithril docs</a>.
# For more information about how to use Mithril API, please see the <a href="https://mithril.network/doc/">Mithril docs</a>.

- name: Cardano » Network
- name: Cardano » Pools
Expand Down

0 comments on commit cf9054f

Please sign in to comment.