silkapp / rest

Packages for defining APIs, running them, generating client code and documentation.

Home Page:http://silkapp.github.io/rest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove 'Show' constraint from 'ReadId' constructor in 'Ident'

hesselink opened this issue · comments

I think we can remove the Show id constraint in the ReadId constructor of Ident. I removed it and nothing seems to break. I also don't remember why we have it. @bergmark Do you remember why we have this?

Nope...

Hmm, then I guess after a last look at the history we should just remove it.