Lumminary
Connector for the lumminary API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.lumminary.com/v1 - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
get_client_gene— GET /clients/{clientId}/datasets/{datasetId}/genes/{geneSymbol} — Get gene by symbolget_client_snp_group— GET /clients/{clientId}/datasets/{datasetId}/snps/get_client_snp— GET /clients/{clientId}/datasets/{datasetId}/snps/{snpId} — Get SNP informationget_product— GET /products/{productId} — Get product detailsget_authorizations_queue— GET /products/{productId}/authorizationsget_product_authorization— GET /products/{productId}/authorizations/{authorizationId}
Inputs
apiKey— your lumminary API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_client_gene
apiKey: <your key>