repositorypackage
0.0.0-20240531162953-75664a8dc8d1
Repository: https://github.com/smartling/api-sdk-go.git
Documentation: pkg.go.dev
# README
Smartling SDK in Golang 
Examples
Examples are located in the example_*_test.go
files.
Examples suited for use with real user accounts, so to run examples you need at least obtain your User ID and Token Secret.
Then, obtained User ID, Token Secret and other parameters should be populated
in the example_credentials_test.go
file.
To run all examples, just run go test
.
To run specific example it must be specified like go test -run Projects_List
(will run example from examples_projects_list_test.go
).