clojusc / meson

Clojure Client Library for the Mesos HTTP API
Apache License 2.0
9 stars 10 forks source link

Define clients data structure #23

Closed oubiwann closed 8 years ago

oubiwann commented 8 years ago

There will be four client data structures we need to define:

Each of the latter three will differ based upon the individual APIs they represent, with the first one defining all the data common to the rest.

The client data that will be used by the library functions will need to have the following defined for it:

Probably just start simply with a record with a few fields and some protocols with a few methods, and add more later as needed.

oubiwann commented 8 years ago

Even though the last two are not done yet, the spirit of this ticket has been completed.