Skip to content

Commit a6be9a2

Browse files
rename ext to Generator for MicroProfile Rest Client (#38)
Signed-off-by: Kathryn Kodama <kathryn.s.kodama@gmail.com>
1 parent aeeb00e commit a6be9a2

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
2-
All notable changes to the MicroProfile REST Client Generator extension will be documented below.
2+
All notable changes to the Generator for MicroProfile Rest Client extension will be documented below.
3+
4+
## 0.1.2
5+
- Rename to Generator for MicroProfile Rest Client
6+
- Update node-fetch dependency version
37

48
## 0.1.1
59
- Add support for all OpenAPI documents (yaml and JSON)

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# VS Code MicroProfile Rest Client Generator Extension
1+
# Generator for MicroProfile Rest Client VS Code Extension
22

33
[![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)
44
[![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)
55

6-
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).
6+
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).
77

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

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

2525
## Contributing
2626

27-
Contributions to the MicroProfile REST Client Generator extension are welcome!
27+
Contributions to the Generator for MicroProfile Rest Client extension are welcome!
2828

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

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

5050
Please report bugs, issues and feature requests by creating a [GitHub issue](https://github.com/MicroShed/mp-rest-client-generator-vscode-ext/issues).
51+
52+
MicroProfile&reg; and the MicroProfile logo are trademarks of the Eclipse Foundation.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "mp-rest-client-generator-vscode-ext",
3-
"displayName": "MicroProfile REST Client Generator",
3+
"displayName": "Generator for MicroProfile Rest Client",
44
"description": "Generate a Java MicroProfile REST Client using the OpenAPI Generator",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"publisher": "MicroProfile-Community",
77
"license": "EPL-2.0",
88
"preview": true,

0 commit comments

Comments
 (0)