# README
Go-IEEE API wraps the IEEExplore REST API, for the following methods/endpoints:
- POST
search
- GET
author
- GET
document/abstract
- GET
document/authors
- GET
document/citations
- GET
document/disclaimer
- GET
document/figures
- GET
document/footnotes
- GET
document/keywords
- GET
document/metrics
- GET
document/multimedia
- GET
document/references
- GET
document/similar
How to use
Examples use cases could be found in the examples directory.
The basic idea is to instanciate an *IEEEClient
and use it to call API endpoints programmatically.
# Packages
No description provided by the author