MVMauricio Villegasinmauvilsa.hashnode.dev·3d ago · 18 min readFrom API client to CLI, without writing a parserAt 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 method00