From bdd8ad96f2b356f701d931a66d59ef63c52f2d23 Mon Sep 17 00:00:00 2001 From: Kara Moscoe Date: Mon, 16 Dec 2024 14:03:02 -0800 Subject: [PATCH] add deprecation note --- api/rest/index.md | 2 ++ api/rest/v1/index.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/api/rest/index.md b/api/rest/index.md index 8b0c2225c..d6bff0a62 100644 --- a/api/rest/index.md +++ b/api/rest/index.md @@ -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 diff --git a/api/rest/v1/index.md b/api/rest/v1/index.md index 33f316556..3fe5f8e85 100644 --- a/api/rest/v1/index.md +++ b/api/rest/v1/index.md @@ -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 @@ -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