latitudesh / latitudesh-go

Go library for the Latitude.sh API
https://docs.latitude.sh/reference
Other
4 stars 3 forks source link

feat: teams added #21

Closed ghost closed 1 year ago

ghost commented 1 year ago

Adds teams module https://docs.latitude.sh/reference/get-team

https://latitude.atlassian.net/browse/PD-2692

For running test cases

LATITUDE_AUTH_TOKEN=<ACTUAL LATITUDE TOKEN> LATITUDE_TEST_ACTUAL_API=true go test -timeout 30s -run "^TestAccTeamBasic$"

Or for manual testing use go get to download this branch:

go get github.com/latitudesh/latitudesh-go@PD-2692-golang-update-lib