UNPKG

hra-api

Version:

The Human Reference Atlas (HRA) API deployed to https://apps.humanatlas.io/api/

8 lines (5 loc) 329 B
import { getDatasetGraph } from '../utils/xconsortia/graph.js'; const HUBMAP_SEARCH_API_ENDPOINT = 'https://search.api.hubmapconsortium.org/v3/entities/search'; export async function hubmapRegistrations(token = undefined, primaryOnly = false) { return await getDatasetGraph(HUBMAP_SEARCH_API_ENDPOINT, token, primaryOnly); }