-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Milestone
Description
If the dashboard is enabled and a HTTP GET request is made to the REST API Application Root, then the dashboard should be shown as it is right now.
But It would be much nicer (after renewing the dashboard as mentioned in #84) when the ?dashboard query param gets omitted.
So afterwards developer are looking at a nice and clean interface at for example http://api.yourdomain.com/v1
Metadata
Metadata
Assignees
Projects
Relationships
Development
Select code repository
Activity
atuttle commentedon Sep 30, 2012
Hmmm, I don't really see this as crucial, but I'm not against it. :)
marbetschar commentedon Oct 1, 2012
I'll take this into consideration when I'm going to look at #84
atuttle commentedon Jan 2, 2013
What should be displayed if the dashboard is disabled?
marbetschar commentedon Jan 2, 2013
Maybe just adding a redirectURL would do the trick:
If you open up https://api.acme.com/v1 in the browser you will be redirected to https://dev.acme.com
I think the redirectURL should be environment based?
Am 02.01.2013 um 15:17 schrieb Adam Tuttle notifications@github.com:
atuttle commentedon Jan 2, 2013
That seems reasonable. I'll noodle it around some today.
atuttle commentedon Feb 1, 2013
Going to start implementing this momentarily. The setting will be:
If left at its default value (
""
) it will just return 403 Forbidden.Resolves #99, show dashboard without the ?dashboard queryparam