Skip to content

Commit

Permalink
rename ext to Generator for MicroProfile Rest Client (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: Kathryn Kodama <kathryn.s.kodama@gmail.com>
  • Loading branch information
kathrynkodama authored Oct 19, 2020
1 parent aeeb00e commit a6be9a2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log
All notable changes to the MicroProfile REST Client Generator extension will be documented below.
All notable changes to the Generator for MicroProfile Rest Client extension will be documented below.

## 0.1.2
- Rename to Generator for MicroProfile Rest Client
- Update node-fetch dependency version

## 0.1.1
- Add support for all OpenAPI documents (yaml and JSON)
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# VS Code MicroProfile Rest Client Generator Extension
# Generator for MicroProfile Rest Client VS Code Extension

[![Marketplace Version](https://vsmarketplacebadge.apphb.com/version/MicroProfile-Community.mp-rest-client-generator-vscode-ext.svg "Current Release")](https://marketplace.visualstudio.com/items?itemName=MicroProfile-Community.mp-rest-client-generator-vscode-ext)
[![Build Status](https://travis-ci.org/MicroShed/mp-starter-vscode-ext.svg?branch=master)](https://travis-ci.org/MicroShed/mp-rest-client-generator-vscode-ext)

The MicroProfile REST Client Generator Extension provides support for generating a [MicroProfile](https://microprofile.io/) REST Client interface template from an [OpenAPI](https://github.com/OAI/OpenAPI-Specification) document. This extension calls the [openapi-generator](https://github.com/OpenAPITools/openapi-generator) to generate `models` and `apis` folders. The code for this extension is hosted under the MicroShed organization on GitHub. Learn more about MicroProfile REST Client on [GitHub](https://github.com/eclipse/microprofile-rest-client).
The Generator for MicroProfile Rest Client extension provides support for generating a [MicroProfile](https://microprofile.io/) REST Client interface template from an [OpenAPI](https://github.com/OAI/OpenAPI-Specification) document. This extension calls the [openapi-generator](https://github.com/OpenAPITools/openapi-generator) to generate `models` and `apis` folders. The code for this extension is hosted under the MicroShed organization on GitHub. Learn more about MicroProfile Rest Client on [GitHub](https://github.com/eclipse/microprofile-rest-client).

![Open Liberty Tools Extension](images/RestClientExtension.png)

Expand All @@ -24,7 +24,7 @@ The extension will generate `models` and `apis` folders into the specified direc

## Contributing

Contributions to the MicroProfile REST Client Generator extension are welcome!
Contributions to the Generator for MicroProfile Rest Client extension are welcome!

Our [CONTRIBUTING](CONTRIBUTING.md) document contains details for submitting pull requests.

Expand All @@ -48,3 +48,5 @@ To build and run the extension locally:
## Issues

Please report bugs, issues and feature requests by creating a [GitHub issue](https://github.com/MicroShed/mp-rest-client-generator-vscode-ext/issues).

MicroProfile&reg; and the MicroProfile logo are trademarks of the Eclipse Foundation.
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "mp-rest-client-generator-vscode-ext",
"displayName": "MicroProfile REST Client Generator",
"displayName": "Generator for MicroProfile Rest Client",
"description": "Generate a Java MicroProfile REST Client using the OpenAPI Generator",
"version": "0.1.1",
"version": "0.1.2",
"publisher": "MicroProfile-Community",
"license": "EPL-2.0",
"preview": true,
Expand Down

0 comments on commit a6be9a2

Please sign in to comment.