README.md in docusign_webforms-1.0.0 vs README.md in docusign_webforms-1.0.2.rc12

- old
+ new

@@ -5,11 +5,11 @@ The Web Forms API facilitates generating semantic HTML forms around everyday contracts. This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: - API version: 1.1.0 -- Package version: 1.0.0 +- Package version: 1.0.2.rc12 - Build package: io.swagger.codegen.languages.RubyClientCodegen For more information, please visit [https://developers.docusign.com/](https://developers.docusign.com/) ## Installation @@ -22,19 +22,19 @@ ``` Then either install the gem locally: ```shell -gem install ./docusign_webforms-1.0.0.gem +gem install ./docusign_webforms-1.0.2.rc12.gem ``` -(for development, run `gem install --dev ./docusign_webforms-1.0.0.gem` to install the development dependencies) +(for development, run `gem install --dev ./docusign_webforms-1.0.2.rc12.gem` to install the development dependencies) or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/). Finally add this to the Gemfile: - gem 'docusign_webforms', '~> 1.0.0' + gem 'docusign_webforms', '~> 1.0.2.rc12' ### Install from Git If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile: @@ -94,10 +94,9 @@ *DocuSign_WebForms::FormManagementApi* | [**list_forms**](docs/FormManagementApi.md#list_forms) | **GET** /accounts/{account_id}/forms | List Forms ## Documentation for Models - - [DocuSign_WebForms::AuthenticationMethod](docs/AuthenticationMethod.md) - [DocuSign_WebForms::CreateInstanceRequestBody](docs/CreateInstanceRequestBody.md) - [DocuSign_WebForms::HttpError](docs/HttpError.md) - [DocuSign_WebForms::HttpSuccess](docs/HttpSuccess.md) - [DocuSign_WebForms::InstanceSource](docs/InstanceSource.md) - [DocuSign_WebForms::InstanceStatus](docs/InstanceStatus.md)