zaeleus / noodles

Bioinformatics I/O libraries in Rust
MIT License
482 stars 52 forks source link

refget/client: Add request builder for metadata #180

Closed zaeleus closed 1 year ago

zaeleus commented 1 year ago

The refget client has no way to query the metadata before requesting the sequence. Consider adding a metadata request builder at the client level, e.g.,

let metadata = client.sequence_metadata(id).send().await?;

See #178.