gokitelogin

package module
v0.0.0-...-0b8892f Latest Latest
Warning

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

Go to latest
Published: May 25, 2020 License: LGPL-3.0 Imports: 7 Imported by: 0

README

gokitelogin

Go library to login into Kite Connect API services.

To get the package,

go get github.com/sivamgr/gokitelogin

err := gokitelogin.Login(kc.GetLoginURL(),
	os.Getenv("KITE_USERID"),
	os.Getenv("KITE_PASSWD"),
	os.Getenv("KITE_PIN"))
if err != nil {
	log.Printf("Failed to Authenticate into Kite Connect API. %+v\n", err)
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Login

func Login(KiteLoginURL string, userid string, password string, pin string) error

Login method uses http client to login into Kite API

Types

This section is empty.

Jump to

Keyboard shortcuts

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