Skip to content
/ GIG-SDK Public

General Information Graph - Standard Development Kit

License

Notifications You must be signed in to change notification settings

LSFLK/GIG-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

GOPROXY=proxy.golang.org go list -m github.com/lsflk/gig-sdk@vX.X.X

About

General Information Graph - Standard Development Kit

Resources

License

Stars

Watchers

Forks

Packages

No packages published