Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add deprecation note to v0 and v1 REST APIs #557

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions api/rest/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ has_children: true
nav_exclude: true
---

> **NOTE: The Data Commons V0 REST API is deprecated. Please use the [V2 REST API](/api/rest/v2).**

# Data Commons V0 REST API

The **Data Commons REST API** is a REST library that enables developers to
Expand Down
4 changes: 2 additions & 2 deletions api/rest/v1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ permalink: /api/rest/v1
nav_exclude: true
---

> **NOTE: The Data Commons V1 REST API is deprecated. Please use the [V2 REST API](/api/rest/v2).**

# Data Commons V1 REST API

The Data Commons REST API is a
Expand All @@ -18,8 +20,6 @@ knowledge graph. This package allows users to explore the structure of the
graph, integrate statistics from the graph into data analysis applications and
much more.

Please see the [V2 REST API](/api/rest/v2) for the latest version of the REST API.

## Getting Started

First time using the Data Commons API, or just need a refresher? Take a look at
Expand Down