Skip to content

leo-form3/go-form3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Developing

Build locally

Running tests

Tests

Environment variables Description
FORM3_HOST Form 3 host e.g. api.form3.tech
FORM3_ACC Set to 1 to run integration tests
FORM3_CLIENT_ID Client id
FORM3_CLIENT_SECRET Secret
TF_LOG "TRACE", "DEBUG", "INFO", "WARN", "ERROR"

Example

make testacc FORM3_ACC=1 FORM3_CLIENT_ID=xxx FORM3_CLIENT_SECRET=xxx FORM3_HOST=api.whistle.env.form3.tech FORM3_ORGANISATION_ID=xxx

Swagger

To generate the swagger model run: swagger generate client -f ./swagger.yaml

About

go client library for the form3 api http://api-docs.form3.tech/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 92.5%
  • Shell 5.6%
  • Makefile 1.9%