Skip to content

adds support for self-describing Parameters #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 27, 2017
Merged

Conversation

xentek
Copy link
Member

@xentek xentek commented Mar 27, 2017

  • users can now create custom types that have GetName and GetDesc
    functions, these names and descriptions are used by all endpoints that
    add the param, allowing for reuse of common types.
  • All params are now returned by the discovery url, providing additional
    information to API clients

fixes #43

- users can now create custom types that have `GetName` and `GetDesc`
functions, these names and descriptions are used by all endpoints that
add the param, allowing for reuse of common types.
- All params are now returned by the discovery url, providing additional
information to API clients

fixes #43
@xentek xentek added this to the v0.0.5 milestone Mar 27, 2017
@coveralls
Copy link

coveralls commented Mar 27, 2017

Coverage Status

Coverage increased (+1.5%) to 86.133% when pulling c95a797 on param-name-desc into 2f9739b on master.

@xentek xentek merged commit e77c46d into master Mar 27, 2017
@xentek xentek deleted the param-name-desc branch March 27, 2017 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom Types for Params
2 participants