kekyo on master
Updated readme. (compare)
kekyo on master
Updated test projects with 2.1.… (compare)
kekyo on master
Implemented msbuild property ex… Implemented task assembly. Fixed task aseembly path. and 13 more (compare)
kekyo on 2.1.0
Merge branch 'devel' (compare)
kekyo on 2.0.30
kekyo on devel
Updated rules. Updated self hosted versions. (compare)
kekyo on devel
Fixed task aseembly path. Fixed task aseembly path. Bit changed. and 8 more (compare)
kekyo on master
Update badge. (compare)
kekyo on 2.0.22
kekyo on master
Added fallback delegate feature… Update readmes. (compare)
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
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}",