Skip to content

Valuefirst is a library written in Golang to connect to the ValueFirst API.

License

Notifications You must be signed in to change notification settings

flip-id/valuefirst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

valuefirst

Go Reference Go Report Card

Valuefirst is a library written in Golang to connect to the ValueFirst API.

How to Test

To run the integration tests, we need to do the following:

  1. Make a new copy of .env.example to .env by running this command below:
cat .env.example > .env
  1. Fill the new .env with the parameter that we already prepared.
  2. Run the tests by running this command:
go test -v -race -tags=integration -covermode=atomic ./...

About

Valuefirst is a library written in Golang to connect to the ValueFirst API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published