Simple CLI to use Public API for Public APIs.
More info about parameters here.
/categories
: List all categories/entries
: List all entries currently cataloged in the project/random
: List a single entry selected at random
$ go run cmd/*.go <endpoint> <filter>
## Example
$ go run cmd/*.go entries --filter cors=yes,https=true
$ make build
$ ./bin/publicapi entries --filter cors=no