i should be able to provide a library in a month time .. just getting on to it with initial issues. The login still does not work with simple httpwebrequest but with resthttp library i was able to make it
in error 403 exception , there was no data only header as application\json and due to forbidden error the data was empty.
Also, any reason why the https://api.kite.trade/session/token URL always comes with "GeneralException" "Route not found" ? Th…
Dear Kailash,
Here is the calling function for has generartion
Dim checksum As String = EncryptSHA256Managed(txtApiKey.Text & txtRequestToken.Text & txtApiSecret.Text)
txtCheckSum.Text = checksum
'/// Called function
Public Function…