RedHatQE / uplift

Other
0 stars 1 forks source link

[RFE] Create candlepin API wrappers #2

Open rarebreed opened 9 years ago

rarebreed commented 9 years ago

Rationale

Start writing some candlepin API functions to make it easier to do them at the REPL. It should be able to:

  1. Be called from a web interface
  2. From a repl
  3. 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