From API client to CLI, without writing a parser
At some point most of us write a class that wraps an HTTP API. The constructor takes the things that do not change between calls: the base URL, the credentials, the timeout, a few defaults. The method
mauvilsa.hashnode.dev18 min read