Open pavelnikonorov opened 2 weeks ago
Add CLI commands leveraging the SDK DRS client (#56) to support for the GA4GH Data Repository Service (DRS) API, version 1.4.0.
This issue requires addressing the following tasks:
Implement the following commands in ./cli/src/main.rs:
./cli/src/main.rs
ga4gh-cli drs metadata [object-id]
[ ] Get access-url for data by its object-id and access-id:
ga4gh-cli drs access [object-id] [access-id]
[ ] Add unit tests to ensure the reliability of the CLI DRS Client.
[ ] Update CLI documentation with examples for each DRS method.
Additional context
Add CLI commands leveraging the SDK DRS client (#56) to support for the GA4GH Data Repository Service (DRS) API, version 1.4.0.
This issue requires addressing the following tasks:
Implement the following commands in
./cli/src/main.rs
:[ ] Get access-url for data by its object-id and access-id:
[ ] Add unit tests to ensure the reliability of the CLI DRS Client.
[ ] Update CLI documentation with examples for each DRS method.
Additional context