gig_sdk

package module
v0.2.31 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 27, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
constants
enums
tests

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL