-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Support rest-api with JSON content #248
Milestone
Comments
Seddryck
changed the title
Support rest-api returning a JSON
Support rest-api with JSON content
Feb 20, 2017
Seddryck
pushed a commit
that referenced
this issue
Mar 27, 2017
Seddryck
pushed a commit
that referenced
this issue
Mar 28, 2017
# Conflicts: # NBi.Core/NBi.Core.csproj # NBi.Testing/NBi.Testing.csproj
Restarted the implementation from scratch. |
Beta available at https://ci.appveyor.com/project/Seddryck/nbi/builds/28578027/artifacts or |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should be able to query a rest-api. At the beginning, it should support: GET, HTTP or HTTPS, Json, Anonymous/Basic-Http\Ntml (including current user) and Oauth2 (once access token is received).
The preceding rest call should be translated to the following url:
https://api.github.com/users/Seddryck?max_result=10&order-by=fullName
The
rest
element is returning a string that will be interpreted by thejson-path
to produce aresult-set
.The text was updated successfully, but these errors were encountered: