HTWK-App / Server-Application

Server-Application, designed for use with the HTWK Smartphone-App
GNU General Public License v3.0
1 stars 1 forks source link

Timetable #40

Open rmeissn opened 10 years ago

rmeissn commented 10 years ago

If I pass to your Server http://.../app/timetable/jdsnfijsfiaf834, I'll get, no matter what string I pass, data for the actual Semester. Is that right?!

hknochi commented 10 years ago

therefore is the parameter {semester}

curl -XGET http://localhost:8080/app/timetable/{semester}/{fac}/courses?semgroup={semGroup}

hknochi commented 8 years ago

is this still relevant - if yes please provide more information

rmeissn commented 8 years ago

Executing the following always results in the same response (also on the branch springboot):

curl https://htwk-app.imn.htwk-leipzig.de/timetable/ss curl https://htwk-app.imn.htwk-leipzig.de/timetable/ws curl https://htwk-app.imn.htwk-leipzig.de/timetable/IAmAbsolutlyInsaneToBuildSuchAURL

So the parameter {semester} does nothing and I have to ask: Why is it there?