Client
Client
This package acts as a client for the ConceptLibrary API
Examples:
Authentication
Public API
Authenticated API (terminal requests credentials)
Authenticated API (providing credentials)
from pyconceptlibraryclient import Client
client = Client(username='my-username', password='my-password')
Providing a different URL
Using built-in domains
Using a custom URL
Attributes
collections
property
Entrypoint for collections through the client instance
concepts
property
Entrypoint for concepts through the client instance
datasources
property
Entrypoint for datasources through the client instance
ontology
property
Entrypoint for ontology through the client instance
phenotypes
property
Entrypoint for phenotypes through the client instance
tags
property
Entrypoint for tags through the client instance
templates
property
Entrypoint for templates through the client instance