Open james-skelton opened 2 years ago
To-do:
*Use a .get() approach so that a default value is chosen if the configuration doesn't set one.
general.py
get_attribute_values
routeppi.py
get_paginated_protein_protein_interactions
functionget_filtered_protein_protein_interactions
functionvariant.py
get_variant_disorder_associations
routeget_variant_gene_associations
routePagination is now implemented. The only route (that I'm aware of) which could have it implemented and currently does not is the get_node_ids
route.
This will prevent the API from maxing out the server's resources by trying to load large amounts of data into memory at once. At present, the maximum limit will be set to 10,000. If this becomes an issue in future, this can be lowered.