weld icon indicating copy to clipboard operation
weld copied to clipboard

Full fake REST API generator written with Rust

Results 4 weld issues
Sort by recently updated
recently updated
newest added

### Field selection * Sometimes don’t need all attributes of a resource. Give the API consumer the ability to choose returned fields. This will also reduce the network traffic and...

http://localhost:8081/posts?_fields=author,tags.name

Since the dependencies are fixed and basic skeleton created it is the sweet spot for writing tests.

Hi there! I found this feature in the [GitHub CLI application](https://github.com/cli/cli/blob/trunk/internal/update/update.go) and [npm](https://github.com/npm/cli/blob/latest/lib/utils/update-notifier.js). I think it'll be useful for users who install `weld` using `cargo`. And this will let them...