@anvilco/anvil
Advanced tools
Comparing version 2.9.3 to 2.9.4
@@ -8,6 +8,14 @@ # Changelog | ||
## [v2.9.3](https://github.com/anvilco/node-anvil/compare/v2.2.0...v2.9.3) | ||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). | ||
## [v2.9.4](https://github.com/anvilco/node-anvil/compare/v2.9.3...v2.9.4) | ||
### Merged | ||
- Update the readme intro to be more informative [`#101`](https://github.com/anvilco/node-anvil/pull/101) | ||
## [v2.9.3](https://github.com/anvilco/node-anvil/compare/v2.9.2...v2.9.3) | ||
### Merged | ||
- Upgrade dependencies [`#99`](https://github.com/anvilco/node-anvil/pull/99) | ||
@@ -14,0 +22,0 @@ |
{ | ||
"name": "@anvilco/anvil", | ||
"version": "2.9.3", | ||
"version": "2.9.4", | ||
"description": "Anvil API Client", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
# Anvil API Client for Node | ||
[Anvil](https://useanvil.com) is a suite of tools for managing document-based workflows: | ||
[Anvil](https://www.useanvil.com/developers/) is a suite of tools for managing document-based workflows: | ||
1. Anvil [Workflows](https://useanvil.com) converts your PDF forms into simple, intuitive websites that fill the PDFs and gather signatures for you. | ||
2. Anvil [PDF Filling API](https://useanvil.com/pdf-filling-api) allows you to fill any PDF with JSON data. | ||
1. [Workflows](https://www.useanvil.com/docs/api/workflows): convert your PDF forms into simple, intuitive websites that fill the PDFs and gather signatures for you. | ||
2. [Etch E-sign](https://www.useanvil.com/docs/api/e-signatures): collect e-signatures from within your app. Send or embed a signature packet including multiple PDFs, images, and other uploads to one or more signers via the API. | ||
3. [PDF filling API](https://useanvil.com/pdf-filling-api): fill any PDF with JSON data via the API. | ||
4. [PDF generation API](https://www.useanvil.com/docs/api/generate-pdf): generate PDFs from custom HTML or Markdown. i.e. HTML to PDF or Markdown to PDF. | ||
This client will allow you to interact with all of Anvil's APIs. See the [API guide](https://www.useanvil.com/docs) and the [GraphQL reference](https://www.useanvil.com/docs/api/graphql/reference/) for more info. | ||
This library and the Anvil APIs are intended to be used on a server or server-like environment. | ||
## Usage | ||
@@ -9,0 +15,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56395
408