@shubhamrasal/groundline
Version:
Groundline GraphDB with IPFS persistence
9 lines • 437 B
TypeScript
import { BaseKGAdapter, ExternalEntity, ExternalRelation, QueryOptions } from "./adapter.js";
export declare class OpenAlexAdapter extends BaseKGAdapter {
private baseUrl;
private headers;
constructor();
searchEntities(query: string, options?: QueryOptions): Promise<ExternalEntity[]>;
getEntityRelations(entityId: string, options?: QueryOptions): Promise<ExternalRelation[]>;
}
//# sourceMappingURL=openalex.d.ts.map