cuyl / api-sdk-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

License:MIT License


Languages

Language:Go 100.0%