Documentation
¶
Index ¶
Constants ¶
View Source
const ( POST = iota PUT PATCH DELETE )
write actions in REST
View Source
const BATCHSIZE = 1000
View Source
const DROPBOX = "./in"
View Source
const STOREWAIT = 200 * time.Millisecond
time to wait for tuple request to be processed, for single synchronous object request
Variables ¶
This section is empty.
Functions ¶
func SIFGetToDataStore ¶
url: e.g. http://hits.nsip.edu.au/SIF3InfraREST/hits/requests/SchoolInfos?navigationPage=1&navigationPageSize=5&access_token=ZmZhODMzNjEtMGExOC00NDk5LTgyNjMtYjMwNjI4MGRjZDRlOmYxYzA1NjNhOWIzZTQyMGJiMDdkYTJkOTBkYjQ3OWVm&authenticationMethod=Basic do an HTTP GET on a URL, and post the XML respone to REST
func SendJsonToDataStore ¶
Post the contents of a JSON file to REST
func SendXmlToDataStore ¶
Post the contents of an XML file to REST
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.