kekyo on devel
Merge branch 'devel' Updated readme. Updated test project refers. and 2 more (compare)
kekyo on master
Updated test project refers. (compare)
kekyo on master
kekyo on devel
Merge branch 'devel' Updated readme. Updates test nuget refs. (compare)
kekyo on master
Updates test nuget refs. (compare)
kekyo on master
Updated NamingFormatter. Merge branch 'devel' Updated readme. (compare)
kekyo on 2.0.9
Merge branch 'devel' (compare)
kekyo on master
Updated readme. (compare)
kekyo on master
kekyo on devel
Merge branch 'devel' Updated NamingFormatter. (compare)
kekyo on 2.0.18
kekyo on master
Added target net461, because nu… Merge branch 'devel' (compare)
kekyo on devel
Merge branch 'devel' Added target net461, because nu… (compare)
kekyo on 2.0.8
kekyo on master
Fixed readme's link. Fixed calculation for untagged … Upgraded packages. and 1 more (compare)
kekyo on devel
Upgraded packages. (compare)
curl -sL "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xA6A19B38D3D831EF" | sudo apt-key add
C:\Users\k>dotnet tool install -g --version 2.2.0-* --add-source https://dotnet.myget.org/F/dotnet-core/api/v3/index.json dotnet-httprepl
You can invoke the tool using the following command: dotnet-httprepl
Tool 'dotnet-httprepl' (version '2.2.0-rtm-35542') was successfully installed.
C:\Users\k>dotnet tool list -g
Package Id Version Commands
---------------------------------------------------------
dotnet-httprepl 2.2.0-rtm-35542 dotnet-httprepl
C:\Users\k>dotnet httprepl
(Disconnected)~ set base https://api.github.com
https://api.github.com/~ help
HTTP Commands:
Use these commands to execute requests against your application.
GET Issues a GET request.
POST Issues a POST request.
PUT Issues a PUT request.
DELETE Issues a DELETE request.
PATCH Issues a PATCH request.
HEAD Issues a HEAD request.
OPTIONS Issues an OPTIONS request.
set header Sets or clears a header for all requests. e.g. `set header content-type:application/json`
Navigation Commands:
The REPL allows you to navigate your URL space and focus on specific APIS that you are working on.
set base Set the base URI. e.g. `set base http://locahost:5000`
set swagger Set the URI, relative to your base if set, of the Swagger document for this API. e.g. `set swagger /swagger/v1/swagger.json`
ls Show all endpoints for the current path.
cd Append the given directory to the currently selected path, or move up a path when using `cd ..`.
Shell Commands:
Use these commands to interact with the REPL shell.
clear Removes all text from the shell.
echo [on/off] Turns request echoing on or off, show the request that was mode when using request commands.
exit Exit the shell.
REPL Customization Commands:
Use these commands to customize the REPL behavior..
pref [get/set] Allows viewing or changing preferences, e.g. 'pref set editor.command.default 'C:\Program Files\Microsoft VS Code\Code.exe'`
run Runs the script at the given path. A script is a set of commands that can be typed with one command per line.
ui Displays the swagger UI page, if available, in the default browser.
Use help <COMMAND> to learn more details about individual commands. e.g. `help get`
https://api.github.com/~ get
HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type
Cache-Control: public, max-age=60, s-maxage=60
Content-Length: 2039
Content-Security-Policy: default-src 'none'
Content-Type: application/json; charset=utf-8
Date: Wed, 21 Nov 2018 08:14:04 GMT
ETag: "71c20e818259a283a4a0ff002435bd03"
Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
Server: GitHub.com
Status: 200 OK
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
Vary: Accept;Accept-Encoding
X-Content-Type-Options: nosniff
X-Frame-Options: deny
X-GitHub-Media-Type: github.v3; format=json
X-GitHub-Request-Id: 9085:87BF:C31A35:DBD067:5BF513CC
X-RateLimit-Limit: 60
X-RateLimit-Remaining: 59
X-RateLimit-Reset: 1542791644
X-XSS-Protection: 1; mode=block
{
"current_user_url": "https://api.github.com/user",
"current_user_authorizations_html_url": "https://github.com/settings/connections/applications{/client_id}",
"authorizations_url": "https://api.github.com/authorizations",
"code_search_url": "https://api.github.com/search/code?q={query}{&page,per_page,sort,order}",
"commit_search_url": "https://api.github.com/search/commits?q={query}{&page,per_page,sort,order}",
"emails_url": "https://api.github.com/user/emails",
"emojis_url": "https://api.github.com/emojis",
"events_url": "https://api.github.com/events",
"feeds_url": "https://api.github.com/feeds",
"followers_url": "https://api.github.com/user/followers",
"following_url": "https://api.github.com/user/following{/target}",