Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(trs): add SDK support #61

Open
3 tasks
Tracked by #59
pavelnikonorov opened this issue Nov 4, 2024 · 0 comments
Open
3 tasks
Tracked by #59

feat(trs): add SDK support #61

pavelnikonorov opened this issue Nov 4, 2024 · 0 comments

Comments

@pavelnikonorov
Copy link
Collaborator

pavelnikonorov commented Nov 4, 2024

Add SDK support foor the GA4GH Tool Registry Service (WES) API, version 2.0.1.

This issue requires addressing the following steps:

  • In the ./lib/src/clients/trs folder, and based on the models added in feat(trs): add models #60, implement a module with client methods for communicating with the TRS API; these include methods for
    • get list of tools
    • get tool details
    • list tool versions
    • list files of a tool version
    • get tests for a tool version
    • get additional tool descriptor files relative to a tool
  • Document your code; use the TES client as a template/example
  • Provide unit tests for your code; again, use the available TES client as a template/example

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant