• Cleaned up gtr_combinations list.
  • Tidied up get_resources() so one can return a single object within the chosen resource using its ID (eg, return a single organisation, a single project, etc).
  • Added get_links() to return details of entities linked to the one(s) returned. This can be used ‘downstream’ to pick up other details.
  • Reduced sleep time between API calls from 5 to 1.5 seconds.
  • Extended list of possible combinations.
  • Corrected typo in collaboration endpoint.
  • Function that encompasses and replaces all previous query functions (get_resources()).
  • Functions to run queries against a combination of resources (query_resource_combination()), and a list of resource combinations (gtr_combinations).