obmarg / kazan

Kubernetes API client for Elixir
https://hex.pm/packages/kazan
MIT License
140 stars 35 forks source link

Add typespecs to generated functions & structs. #49

Closed obmarg closed 6 years ago

obmarg commented 6 years ago

This updates the API codegen module to add typespecs to the functions and structs it generates. This improves documentation and should improve the experience for users using dialyzer to analyse their code.

Fixes #44