README.md in form_api-1.5.0 vs README.md in form_api-1.6.0

- old
+ new

@@ -5,11 +5,11 @@ FormAPI is a service that helps you fill out and sign PDF templates. This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: v1 -- Package version: 1.5.0 +- Package version: 1.6.0 - Build package: io.formapi.codegen.FormApiRubyClientCodegen ## Installation ### Build a gem @@ -21,19 +21,19 @@ ``` Then either install the gem locally: ```shell -gem install ./form_api-1.5.0.gem +gem install ./form_api-1.6.0.gem ``` -(for development, run `gem install --dev ./form_api-1.5.0.gem` to install the development dependencies) +(for development, run `gem install --dev ./form_api-1.6.0.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 'form_api', '~> 1.5.0' + gem 'form_api', '~> 1.6.0' ### 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: @@ -75,10 +75,10 @@ ``` ## Documentation for API Endpoints -All URIs are relative to *https://app.formapi.io/api/v1* +All URIs are relative to *https://api.formapi.io/api/v1* Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- *FormAPI::PDFApi* | [**batch_generate_pdf_v1**](docs/PDFApi.md#batch_generate_pdf_v1) | **POST** /templates/{template_id}/submissions/batch | Generates multiple PDFs *FormAPI::PDFApi* | [**batch_generate_pdfs**](docs/PDFApi.md#batch_generate_pdfs) | **POST** /submissions/batches | Generates multiple PDFs