Categorygithub.com/pandatix/go-ieee/v2
module
2.2.0
Repository: https://github.com/pandatix/go-ieee.git
Documentation: pkg.go.dev

# README

Go-IEEE

reference go report Coverage Status License
CI CodeQL
OpenSSF Scoreboard

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