Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adelq/gopenn
A Go wrapper for the Penn OpenData APIs
https://github.com/adelq/gopenn
Last synced: about 6 hours ago
JSON representation
A Go wrapper for the Penn OpenData APIs
- Host: GitHub
- URL: https://github.com/adelq/gopenn
- Owner: adelq
- License: mit
- Created: 2014-11-03T16:57:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-07T00:48:05.000Z (almost 8 years ago)
- Last Synced: 2024-06-20T11:58:15.301Z (5 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Penn OpenData Go SDK
[![Build Status](https://travis-ci.org/adelq/gopenn.svg?branch=master)](https://travis-ci.org/adelq/gopenn)
This is the Penn OpenData API implementation in Go.
## Install
To get started, just run
```
go get github.com/adelq/gopenn
```## Requesting an API key
To use this library, you must first obtain an API token and password for the API you want to use, which can be done [here](https://esb.isc-seo.upenn.edu/8091/documentation/#security).
**Note**: There are separate API tokens for each API.
## Contributing
We'd love to accept pull requests! Also, file bugs or ask questions in GitHub issues if you have any problems.
## Authors
* Adel Qalieh
## License
[MIT Licensed](LICENSE)