An open API service indexing awesome lists of open source software.

https://github.com/pandatix/go-ieee

Golang client to interact with IEEExplorer REST API
https://github.com/pandatix/go-ieee

api go golang ieee ieeexplorer rest

Last synced: 5 months ago
JSON representation

Golang client to interact with IEEExplorer REST API

Awesome Lists containing this project

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](examples).

The basic idea is to instanciate an `*IEEEClient` and use it to call API endpoints programmatically.