Skip to content

adds support for self-describing Parameters#52

Merged
xentek merged 1 commit into
masterfrom
param-name-desc
Mar 27, 2017
Merged

adds support for self-describing Parameters#52
xentek merged 1 commit into
masterfrom
param-name-desc

Conversation

@xentek
Copy link
Copy Markdown
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
Copy Markdown

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