Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mukel/codeforces4s
Codeforces API Wrapper in Scala
https://github.com/mukel/codeforces4s
Last synced: 1 day 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-08T15:02:15.000Z (over 9 years ago)
- Last Synced: 2024-12-22T05:14:29.410Z (12 days 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
[![Travis CI Build Status](https://travis-ci.org/mukel/codeforces4s.svg)](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.