Categorygithub.com/caltechlibrary/rc
modulepackage
0.0.7
Repository: https://github.com/caltechlibrary/rc.git
Documentation: pkg.go.dev

# README

rc

rc standands for "REST client". It is a golang package implementing a simple wrapper around Go's standard http/https packages targetting simple interactions with REST API such as https://orcid.org. It was created to unify the REST interaction across multiple harvesting tools developed at Caltech Library in the Go lanuage.

apiexplorer

apiexplorer is just a proof of concept command line program to demonstrate using rc package in Go programs.

# Packages

No description provided by the author

# Functions

New creates a new Rest Client RestAPI instance If clientID and clientSecret and empty and authType.

# Constants

FIXME: Need to handle Basic auth, OAuth and Shibboleth.
FIXME: Need to handle Basic auth, OAuth and Shibboleth.
No description provided by the author
FIXME: Need to handle Basic auth, OAuth and Shibboleth.
FIXME: Need to handle Basic auth, OAuth and Shibboleth.
No description provided by the author

# Structs

No description provided by the author