-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add version select #205
Add version select #205
Conversation
@bettirosengugi I tried to fetch a query on v2.0 url but I got a 404 not sure we have support for v2.0 cc@cwahome |
It's because the versions available are v1.0 and beta... |
@Kachulio1 , I am merging this in to fix/add-version-select instead of dev so as to build on the changes you made with some improvements. cc @bettirosengugi |
* Add version select (#205) * add urlVersions type * add version handler function * add version dropdown * change the version to lowerCase * change the url version * moves version selection to redux * moves state properties from query runner to input * changes to appropriate query version when query clicked * adds tests for SELECT_VERSION_SUCCESS * adds displayRequestComponent toggle for try it * renames selectQueryVersion to setQueryVersion * describes options variable as urlVersion | method * creates and utilises a function to parse urls to sample urls * sets the selected version when editor changed * increases control sizes to reduce ellipsis use * moves selectedVersion to sampleQuery property
* Add version select (microsoftgraph#205) * add urlVersions type * add version handler function * add version dropdown * change the version to lowerCase * change the url version * moves version selection to redux * moves state properties from query runner to input * changes to appropriate query version when query clicked * adds tests for SELECT_VERSION_SUCCESS * adds displayRequestComponent toggle for try it * renames selectQueryVersion to setQueryVersion * describes options variable as urlVersion | method * creates and utilises a function to parse urls to sample urls * sets the selected version when editor changed * increases control sizes to reduce ellipsis use * moves selectedVersion to sampleQuery property
Overview
enable URL version select
FIxes #200
Demo