From 82d60b8b73c003a64019f13cc3482019fa6bae88 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Wed, 4 Sep 2024 17:19:00 +0000 Subject: [PATCH] GITBOOK-361: change request with no subject merged in GitBook --- api/getting-started.md | 2 +- introduction/features.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/getting-started.md b/api/getting-started.md index 206a289..5425a35 100644 --- a/api/getting-started.md +++ b/api/getting-started.md @@ -1,6 +1,6 @@ # Getting Started -This section describes version 2 of the IDC REST API . The documentation for the version 1 API will be found [here](broken-reference). +This section describes version 2 of the IDC REST API . The documentation for the version 1 API will be found [here](https://learn.canceridc.dev/api/v1-api). This API is designed for use by developers of image analysis and data mining tools to directly query the public resources of the IDC and retrieve information into their applications. The API complements the IDC web application but eliminates the need for users to visit the IDC web pages to perform cohort creation, manifest export, and transfer of image data to some local file system. diff --git a/introduction/features.md b/introduction/features.md index c940bdc..5c83039 100644 --- a/introduction/features.md +++ b/introduction/features.md @@ -5,7 +5,7 @@ The following components and capabilities are being developed by IDC: * [Cloud-hosted imaging data collections](../data/introduction.md) * [Search and cohort building portal](../portal/getting-started.md) (IDC Portal) * Visualization of the hosted imaging data supported by the integrated [OHIF Viewer](https://github.com/OHIF/Viewers) (radiology data) and [SliM viewer](https://github.com/MGHComputationalPathology/slim) (digital pathology data) -* [Application Programming Interface (API)](broken-reference) to support programmatic use of the IDC functionality +* [`idc-index` python package](https://github.com/ImagingDataCommons/idc-index) to support programmatic use of the IDC functionality * [Interactive self-guided tutorials](https://github.com/ImagingDataCommons/IDC-Tutorials/tree/master/notebooks/getting\_started) to help you get started IDC is being built utilizing the Google Cloud Platform (GCP) as the foundation. We use a range of products developed by GCP, most notably Google Healthcare, to implement the capabilities listed above. We discuss the role of the major GCP components used by IDC in [this section](google-cloud-platform/).