Start writing some candlepin API functions to make it easier to do them at the REPL. It should be able to:
Be called from a web interface
From a repl
Log the outgoing JSON request, and the incoming response
Implementations details are TBD, but most likely should use http-kit client
Benefits
Although there is already a java based function in the CLI, this will be a higher level component than that (ie more than just a function to send the http method). By doing this things like creating activation keys or getting consumers will be easier.
Furthermore, it can be used to compare against subscription-manager CLI
Rationale
Start writing some candlepin API functions to make it easier to do them at the REPL. It should be able to:
Implementations details are TBD, but most likely should use http-kit client
Benefits
Although there is already a java based function in the CLI, this will be a higher level component than that (ie more than just a function to send the http method). By doing this things like creating activation keys or getting consumers will be easier.
Furthermore, it can be used to compare against subscription-manager CLI