Skip to content

Commit

Permalink
Refine readme and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Huachao committed May 11, 2024
1 parent 1fa7940 commit e7f1635
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 25 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# REST Client

[![Open in Visual Studio Code](https://img.shields.io/static/v1?logo=visualstudiocode&label=&message=Open%20in%20Visual%20Studio%20Code&labelColor=2c2c32&color=007acc&logoColor=007acc)](https://open.vscode.dev/Huachao/vscode-restclient) [![Node CI](https://github.com/Huachao/vscode-restclient/workflows/Node%20CI/badge.svg?event=push)](https://github.com/Huachao/vscode-restclient/actions?query=workflow%3A%22Node+CI%22) [![Join the chat at https://gitter.im/Huachao/vscode-restclient](https://badges.gitter.im/Huachao/vscode-restclient.svg)](https://gitter.im/Huachao/vscode-restclient?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/humao.rest-client)](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) [![Downloads](https://img.shields.io/visual-studio-marketplace/d/humao.rest-client)](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) [![Installs](https://img.shields.io/visual-studio-marketplace/i/humao.rest-client)](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) [![Rating](https://img.shields.io/visual-studio-marketplace/r/humao.rest-client)](https://marketplace.visualstudio.com/items?itemName=humao.rest-client)
[![Open in Visual Studio Code](https://img.shields.io/static/v1?logo=visualstudiocode&label=&message=Open%20in%20Visual%20Studio%20Code&labelColor=2c2c32&color=007acc&logoColor=007acc)](https://open.vscode.dev/Huachao/vscode-restclient) [![Node CI](https://github.com/Huachao/vscode-restclient/workflows/Node%20CI/badge.svg?event=push)](https://github.com/Huachao/vscode-restclient/actions?query=workflow%3A%22Node+CI%22) [![Join the chat at https://gitter.im/Huachao/vscode-restclient](https://badges.gitter.im/Huachao/vscode-restclient.svg)](https://gitter.im/Huachao/vscode-restclient?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Marketplace Version](https://vsmarketplacebadges.dev/version-short/humao.rest-client.svg)](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) [![Downloads](https://vsmarketplacebadges.dev/downloads-short/humao.rest-client.svg
)](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) [![Installs](https://vsmarketplacebadges.dev/installs-short/humao.rest-client.svg)](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) [![Rating](https://vsmarketplacebadges.dev/rating-short/humao.rest-client.svg)](https://marketplace.visualstudio.com/items?itemName=humao.rest-client)

REST Client allows you to send HTTP request and view the response in Visual Studio Code directly. It eliminates the need for a separate tool to test REST APIs and makes API testing convenient and efficient.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 2 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rest-client",
"displayName": "REST Client",
"description": "REST Client for Visual Studio Code",
"version": "0.25.1",
"version": "0.26.0",
"publisher": "humao",
"author": {
"name": "Huachao Mao",
Expand Down Expand Up @@ -39,27 +39,7 @@
"multi-root ready"
],
"activationEvents": [
"onCommand:rest-client.request",
"onCommand:rest-client.history",
"onCommand:rest-client.clear-history",
"onCommand:rest-client.save-response",
"onCommand:rest-client.save-response-body",
"onCommand:rest-client.copy-response-body",
"onCommand:rest-client.switch-environment",
"onCommand:rest-client.clear-aad-token-cache",
"onCommand:rest-client.cancel-request",
"onCommand:rest-client.rerun-last-request",
"onCommand:rest-client.generate-codesnippet",
"onCommand:rest-client.copy-codesnippet",
"onCommand:rest-client.copy-request-as-curl",
"onCommand:rest-client.fold-response",
"onCommand:rest-client.unfold-response",
"onCommand:rest-client.preview-html-response-body",
"onCommand:rest-client.show-raw-response",
"onCommand:rest-client.clear-cookies",
"onLanguage:http",
"onLanguage:markdown",
"onCommand:rest-client.import-swagger"
"onLanguage:markdown"
],
"main": "./dist/extension",
"contributes": {
Expand Down

0 comments on commit e7f1635

Please sign in to comment.