stac-utils/stac-rs

Add POST methods to async client

gadomski opened this issue · 1 comments

When creating new collections+items via an API (e.g. in stac-siphon-rs), the JSON is POSTed. If we provide a .post() method on our client, downstreams could use that to async-write to APIs.

Closed by #130.