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

# Packages

No description provided by the author

# 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.