-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated on 2020-09-12 21:56:57. Version: 1.1.0
- Loading branch information
1 parent
1ae8ac0
commit 6014d9c
Showing
50 changed files
with
4,815 additions
and
1,300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,9 @@ | ||
### 1.13.0 [October 10, 2019] | ||
### 1.1.0 [September 12, 2020] | ||
|
||
- Add permanent_download_url attribute to Submission model | ||
- **BREAKING CHANGE**: Renamed createTemplate operation to createPDFTemplate | ||
- Added createHTMLTemplate operation. (This uses the same API endpoint as createPDFTemplate, but the example shows how to set html, scss, etc. fields) | ||
- Added updateTemplate operation, to update a PDF or HTML template | ||
|
||
### 1.12.0 [October 9, 2019] | ||
### 1.0.0 [May 20, 2019] | ||
|
||
- Add parent folder ID and path params to GET template response | ||
- Add parent folder ID param when creating a new template, so you can upload a template into a folder | ||
|
||
### 1.11.0 [July 31, 2019] | ||
* Added Create Folder, List Folder, Move to Folder endpoints | ||
* **BREAKING CHANGE** Added parent_folder_id query parameter to "List Templates". | ||
|
||
### 1.10.1 [July 3, 2019] | ||
|
||
- Fixed combineSubmissions and combinePdfs helpers when "strict mode" is enabled by setting error_reporting | ||
|
||
### 1.10.0 [July 3, 2019] | ||
|
||
- Added combinePdfs wrapper that handles polling and doesn't return a pending combined submission job | ||
|
||
### 1.9.0 [June 22, 2019] | ||
|
||
- **BREAKING CHANGE** Renamed "Get Templates" endpoint to "List Templates". Added a search query parameter. | ||
|
||
### 1.8.0 [April 11, 2019] | ||
|
||
- Added support for editable PDFS (editable: true) | ||
|
||
### 1.7.0 [December 23, 2018] | ||
|
||
- Added CustomFiles, and combinePdf call to support many different types of source PDFs. Renamed a few models | ||
|
||
### 1.6.0 [December 18, 2018] | ||
|
||
- Updated API host to api.formapi.io | ||
|
||
### 1.5.0 [December 13, 2018] | ||
|
||
- Fix model name for newly created Templates (PendingTemplate) | ||
- Added "actions" to submission and combined_submission responses. Includes information about custom S3 uploads | ||
|
||
### 1.4.0 [December 1, 2018] | ||
|
||
- Added Create Template, Get Template, and Get Template Schema endpoints | ||
|
||
### 1.3.1 [November 4, 2018] | ||
|
||
- Initial changelog | ||
- Renamed FormAPI to DocSpring. (View the CHANGELOG in the original FormAPI API client for prior releases.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# CreateTemplateData1 | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**template** | [**\DocSpring\Model\TemplatesdesccachedUploadTemplate**](TemplatesdesccachedUploadTemplate.md) | | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.