Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 5838f79

Browse files
move
1 parent 2c13bc1 commit 5838f79

26 files changed

+26
-26
lines changed

docs/api/FAQ/functionality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Dune API Functionality
33
description: Answers to questions about how the Dune API works.
44
---
55

6-
!!! warning
6+
!!! warning "Docs Migration"
77
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
88

99
# FAQ: Functionality

docs/api/api-reference/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Authentication
33
description: Here's how to authenticate your API requests.
44
---
55

6-
!!! warning
6+
!!! warning "Docs Migration"
77
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
88

99
The Dune API uses API keys to authenticate requests. Your API key is used to determine the permissions of private queries you may call, as well as which account to bill for the requests, so be sure to keep them secure!

docs/api/api-reference/edit-queries/archive-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Archive queries
33
description: Here's how to archive queries via Dune API
44
---
55

6-
!!! warning
6+
!!! warning "Docs Migration"
77
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
88

99
!!! abstract "ENDPOINTS"

docs/api/api-reference/edit-queries/create-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create queries
33
description: Here's how to create new queries via Dune API
44
---
55

6-
!!! warning
6+
!!! warning "Docs Migration"
77
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
88

99
!!! abstract "ENDPOINTS"

docs/api/api-reference/edit-queries/get-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Get queries
33
description: Here's how to get or retrieve query info via Dune API
44
---
55

6-
!!! warning
6+
!!! warning "Docs Migration"
77
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
88

99
!!! abstract "ENDPOINTS"

docs/api/api-reference/edit-queries/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Editing (CRUD) Queries
33
description: Learn how to CRUD queries via Dune API
44
---
55

6-
!!! warning
6+
!!! warning "Docs Migration"
77
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
88

99
CRUD API endpoints enables users to create, read, update, or archive queries *beyond* the Dune IDE, enabling more flexible integration of Dune API into your workflow and freeing you from UI-exclusive query editing. Learn more about our CRUD queries feature:

docs/api/api-reference/edit-queries/parameter-passing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Note on parameters
33
description: Here's how to pass in parameters while using CRUD API
44
---
55

6-
!!! warning
6+
!!! warning "Docs Migration"
77
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
88

99
The parameters have to be passed in a specific format laid out here:

docs/api/api-reference/edit-queries/private-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Make query private
33
description: Here's how make queries private via Dune API
44
---
55

6-
!!! warning
6+
!!! warning "Docs Migration"
77
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
88

99
!!! abstract "ENDPOINTS"

docs/api/api-reference/edit-queries/update-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Update queries
33
description: Here's how to update queries via Dune API
44
---
55

6-
!!! warning
6+
!!! warning "Docs Migration"
77
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
88

99

docs/api/api-reference/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Errors Codes
33
description: Here's how to handle errors that may come up when working with the Dune API.
44
---
55

6-
!!! warning
6+
!!! warning "Docs Migration"
77
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
88

99
Dune uses conventional HTTP response codes to indicate the success or failure of an API request. In general: Codes in the `2xx` range indicate success. Codes in the `4xx` range indicate an error that failed given the information provided. Codes in the `5xx` range indicate an error with Dune's servers (these are rare).

docs/api/api-reference/execute-queries/cancel-execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Cancel Execution
33
description: Here's how to cancel your Dune API execution requests.
44
---
55

6-
!!! warning
6+
!!! warning "Docs Migration"
77
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
88

99
!!! abstract "ENDPOINTS"

docs/api/api-reference/execute-queries/execute-query-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Execute Query ID
33
description: Here's how to execute (run) a Query with or without parameters to retrieve data.
44
---
55

6-
!!! warning
6+
!!! warning "Docs Migration"
77
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
88

99
!!! abstract "ENDPOINTS"

docs/api/api-reference/execute-queries/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Executing Queries
33
description: Learn how to execute queries via Dune API
44
---
55

6-
!!! warning
6+
!!! warning "Docs Migration"
77
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
88

99
Learn how to execute an existing query and cancel the execution. For how to get query results (including knowing how big the result will be), please refer to [Getting Results](../../api-reference/get-results/index.md) section.

docs/api/api-reference/get-results/execution-results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Execution Results
33
description: Here's how to get the results data of an execution request.
44
---
55

6-
!!! warning
6+
!!! warning "Docs Migration"
77
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
88

99
!!! abstract "ENDPOINTS"

docs/api/api-reference/get-results/execution-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Execution Status
33
description: Here's how to check the status of an execution request.
44
---
55

6-
!!! warning
6+
!!! warning "Docs Migration"
77
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
88

99
!!! abstract "ENDPOINTS"

docs/api/api-reference/get-results/import-sheets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Import to Google Sheets
33
description: Here's how to import your results into a google sheet without any coding.
44
---
5-
!!! warning
5+
!!! warning "Docs Migration"
66
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
77

88
Import your query results easily into a google sheet without any coding. Empower your finance, operations, and business teams to work with blockchain data in Google sheets.

docs/api/api-reference/get-results/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Getting Results
33
description: Learn how to get results via Dune API
44
---
5-
!!! warning
5+
!!! warning "Docs Migration"
66
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
77

88
Learn how to get query results, including how to check status of an execution and how to get latest associated result.

docs/api/api-reference/get-results/latest-results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Latest Query Results
33
description: Here's how to get the latest results of a query run
44
---
55

6-
!!! warning
6+
!!! warning "Docs Migration"
77
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
88

99
!!! abstract "ENDPOINTS"

docs/api/api-reference/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: API Reference
33
description: Learn everything about how to use our Dune API here, including common errors
44
---
55

6-
!!! warning
6+
!!! warning "Docs Migration"
77
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
88

99
Here are all endpoints:

docs/api/api-reference/upload-data/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Uploading data
33
description: The Dune CSV Upload API allows you to upload csv files to Dune.
44
---
55

6-
!!! warning
6+
!!! warning "Docs Migration"
77
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
88

99
**Easily upload your own data to Dune**

docs/api/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Dune API FAQ
33
description: Dune API FAQ
44
---
55

6-
!!! warning
6+
!!! warning "Docs Migration"
77
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
88

99

docs/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: API
33
description: Discover how Dune API seamlessly enhances your data integration workflow, turbocharging your efficiency.
44
---
55

6-
!!! warning
6+
!!! warning "Docs Migration"
77
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
88

99
**The Dune API simplifies your data integration worflow and turbocharges your efficiency!**

docs/api/quick-start/api-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Javascript
33
description: Here's how to access the Dune API via JavaScript.
44
---
55

6-
!!! warning
6+
!!! warning "Docs Migration"
77
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
88

99
Let's get started using the Dune API via JavaScript!

docs/api/quick-start/api-py.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Python
33
description: Here's how to access the Dune API via Python.
44
---
55

6-
!!! warning
6+
!!! warning "Docs Migration"
77
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
88

99
Let's get started using the Dune API via Python!

docs/api/quick-start/community-clients.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Community Clients
33
description: Here's a list of Dune API clients built by our magnificent community!
44
---
55

6-
!!! warning
6+
!!! warning "Docs Migration"
77
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
88

99
Our community once again comes through for the win with the below API clients.

docs/api/quick-start/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: API Quick Start
33
description: Get started with our API fast using these quick start guides.
44
---
55

6-
!!! warning
6+
!!! warning "Docs Migration"
77
Our API docs have moved to [here](https://dune.mintlify.app/api-reference/overview/introduction), this reference page will be deprecated soon.
88

99
## Language Specific API Quickstart Guides

0 commit comments

Comments
 (0)