Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpriskorn/riksdagen-api
Python library for the Riksdagen API
https://github.com/dpriskorn/riksdagen-api
Last synced: 20 days ago
JSON representation
Python library for the Riksdagen API
- Host: GitHub
- URL: https://github.com/dpriskorn/riksdagen-api
- Owner: dpriskorn
- License: gpl-3.0
- Created: 2022-02-11T17:24:30.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T21:09:06.000Z (over 1 year ago)
- Last Synced: 2024-12-21T06:43:05.232Z (about 1 month ago)
- Language: Python
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Riksdagen API
This library makes it easy to get data from Riksdagen# Features
It currently only support getting documents by id andSee http://data.riksdagen.se/dokumentation/ for details.
## What I learned from writing this
* Writing this library I intentionally tried
using Test Driven Development. This proved to be
a valuable exercise!
## License
GPLv3+