Documentation of GIG SDK
Models, Enums, Tools, Libraries, and API call examples for GIG Development
See Libraries for generic functions.
Installation
go get github.com/lsflk/gig-sdk vX.X.X
Client Configuration
Configure the GigClient as below
gigClient := GigClient{
ApiUrl: "http://localhost:9000/api/",
ApiKey: "[ApiKey]",
NerServerUrl: "http://localhost:8080/classify",
NormalizationServerUrl: "http://localhost:9000/api/",
OcrServerUrl: "http://localhost:8081/extract?url=",
}
Build, Test, Publish
go mod tidy
./go_test.sh
git tag vX.X.X
git push origin vX.X.X