https://github.com/docspring/docspring-go-example
Example Go program to create and list templates
https://github.com/docspring/docspring-go-example
Last synced: over 1 year ago
JSON representation
Example Go program to create and list templates
- Host: GitHub
- URL: https://github.com/docspring/docspring-go-example
- Owner: DocSpring
- Created: 2021-09-01T22:55:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-01T22:57:33.000Z (almost 5 years ago)
- Last Synced: 2025-01-07T07:14:25.313Z (over 1 year ago)
- Language: Go
- Size: 61.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DocSpring Go Example
Here is an example Go program that will upload the `fw8ben.pdf` PDF template to your DocSpring account,
then list all templates.
# Usage
```
cd $GOPATH
cd src
git clone https://github.com/DocSpring/docspring-go-example.git
cd docspring-go-example
go run src/app/docspring.go --api_token ":"
```