RiotGamesMinions / nexus_cli

A CLI wrapper and library for interacting with Sonatype's Nexus
Other
69 stars 45 forks source link

Rewrite to be a better API #65

Open KAllan357 opened 11 years ago

KAllan357 commented 11 years ago

This might be a large task, but we are missing a few key things:

I was sorta thinking this might be an interesting place to do some metaprogramming (similar to Ridley) and maybe some experimentation with Celluloid (maybe we don't need to worry about concurrency, thought)

josephholsten commented 11 years ago

certain operations have to happen in order, which would muck with naive concurrency.

I'd definitely support moving the HTTP calls to faraday though.