peburrows / diplomat

Elixir library for interacting with Google's Cloud Datastore
94 stars 22 forks source link

Improve typespecs and documentation of `Diplomat.Client` #21

Closed cjab closed 7 years ago

cjab commented 7 years ago

This adds the dialyxir dependency to the dev and test environments. It looks like there are quite a few type errors. The typespecs added to Diplomat.Client don't do much to fix them but hopefully it improves documentation. I'm hoping to work my way up from Client to fix the errors that do exist!

peburrows commented 7 years ago

Tagged and published v0.7.0 to hex. Thanks again.