iLexiconn / Magister.java

A Java implementation of the Magister 6 API for desktop and Android.
MIT License
6 stars 3 forks source link

Update to Magister 6.0.28 #66

Closed iLexiconn closed 8 years ago

JWolvers commented 8 years ago

What is not working with magister 6.0.28?

iLexiconn commented 8 years ago

It's not logging in

JWolvers commented 8 years ago

it's logging in for me {"ApiVersie":"1.28.44197.5","CoreVersie":"1.28.42959.7","DatabaseVersie":"5.6.51.0","ProductVersie":"6.0.28","ReleaseDatum":"2016-01-20T08:04:19.5367302Z"}

iLexiconn commented 8 years ago

I keep receiving errors in the Hipster app

JWolvers commented 8 years ago

Then I'll compile Hister and try

JWolvers commented 8 years ago

I found the issue. they completely removed the subject api call. SCHOOL/personen/ID/aanmeldingen/StudyID/vakken does not exist anymore.

iLexiconn commented 8 years ago

Is there any replacement we can use?

JWolvers commented 8 years ago

i'm looking into it

JWolvers commented 8 years ago

never mind it is still there. ParsableMagister is just missing the little chunk of code that parses it.

iLexiconn commented 8 years ago

Thanks!