An open API service indexing awesome lists of open source software.

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

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 ":"
```