Skip to content

adds automatic discovery url at API root#16

Merged
xentek merged 1 commit intomasterfrom
discovery-url
Mar 10, 2017
Merged

adds automatic discovery url at API root#16
xentek merged 1 commit intomasterfrom
discovery-url

Conversation

@xentek
Copy link
Copy Markdown
Member

@xentek xentek commented Mar 10, 2017

  • adds automatic discvoery url when the API root endpoint is requested,
    e.g. GET /
  • the response, currently in JSON, is put together by a Representation
    type, which is essentially just a map[string]interface{}
  • adds help methods for creating a slice or list of the HTTP methods a
    given endpoint supports
  • continued reorg of files was done in this branch with tests moved to
    their respective _test.go counterparts

fixes #1

- adds automatic discvoery url when the API root endpoint is requested,
e.g. `GET /`
- the response, currently in JSON, is put together by a `Representation`
type, which is essentially just a `map[string]interface{}`
- adds help methods for creating a slice or list of the HTTP methods a
given endpoint supports
- continued reorg of files was done in this branch with tests moved to
their respective `_test.go` counterparts

fixes #1
@xentek xentek added this to the v0.0.3 milestone Mar 10, 2017
@xentek xentek mentioned this pull request Mar 10, 2017
@xentek xentek merged commit e9fae31 into master Mar 10, 2017
@xentek xentek deleted the discovery-url branch March 10, 2017 17:35
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.

Discovery URL

1 participant