UNPKG

hra-api

Version:

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

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