UNPKG

hra-api

Version:

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

8 lines (5 loc) 292 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) { return await getDatasetGraph(SENNET_SEARCH_API_ENDPOINT, token); }