https://github.com/mukel/codeforces4s
Codeforces API Wrapper in Scala
https://github.com/mukel/codeforces4s
Last synced: about 1 year ago
JSON representation
Codeforces API Wrapper in Scala
- Host: GitHub
- URL: https://github.com/mukel/codeforces4s
- Owner: mukel
- License: gpl-2.0
- Created: 2015-09-08T09:00:13.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-08T15:02:15.000Z (almost 11 years ago)
- Last Synced: 2025-02-14T11:53:12.168Z (over 1 year ago)
- Language: Scala
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Codeforces4s
[](https://travis-ci.org/mukel/codeforces4s)
Codeforces API Wrapper in Scala
A Scala idiomatic? wrapper for the [Codeforces API](http://codeforces.com/api/help/)
The whole API is implemented, but not througly tested, use at your own discretion.
## Features
The API is strongly-typed, no need to use JSON at all.
## TODO
The authentication is missing, right now I dont't find it so useful since I'm just using this to ease scrapping.