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
- Host: GitHub
- URL: https://github.com/pandatix/go-ieee
- Owner: pandatix
- License: mit
- Created: 2021-09-13T07:53:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T13:25:10.000Z (5 months ago)
- Last Synced: 2025-05-12T14:25:24.397Z (5 months ago)
- Topics: api, go, golang, ieee, ieeexplorer, rest
- Language: Go
- Homepage:
- Size: 148 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
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](examples).
The basic idea is to instanciate an `*IEEEClient` and use it to call API endpoints programmatically.