-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support new CCS REST interface #23
Comments
In the meantime, you can change the URLs in https://github.com/TPolzer/Carnifex/blob/master/src/score/client.go#L67 |
FYI Our plan is to delete the v3/v4 versions of the API with our migration to symfony. |
yes, I have a bit of second system syndrome going on here. |
Did you start implementing event-feed reading? |
I started writing code in Haskell and protos (see the v2 branch), but I'm
not sure that's a reasonable approach 😉
Probably needs to be thrown away.
…On Fri, Apr 26, 2019, 21:22 Tobias Werth ***@***.***> wrote:
Did you start implementing event-feed reading?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABSX4SRWD23CPIOFSEKHXXDPSNJBDANCNFSM4D7WC3YA>
.
|
Last winter I wrote a proxy that translates the V3 calls and processes the results. In this way, the Api compatibility problem can be avoided. You can find it here: https://github.com/AliceMurray/Carniprox Have fun! |
Half-yearly ping when the Regionals season is about to start |
We've standardized on a new REST API including event feed.
See
https://clics.ecs.baylor.edu/index.php/Draft_CCS_REST_interface
for the current specification.
If you support this, Carnifex will also work with Kattis.
The text was updated successfully, but these errors were encountered: