From 1d0fb799f010c9179b320d2f30e427cc51ac526f Mon Sep 17 00:00:00 2001 From: Seil0 Date: Sat, 16 Mar 2019 00:20:05 +0100 Subject: [PATCH] Update page 'API Documentaion' --- API-Documentaion.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/API-Documentaion.md b/API-Documentaion.md index e058e38..44ae267 100644 --- a/API-Documentaion.md +++ b/API-Documentaion.md @@ -2,8 +2,7 @@ This section contains all needed infromation to access the TheCitadelofRicks API. It also contains the API specification. ### /courses -Section that contains the specification for the courses get request. /courses returns a array of all available courses. - +/courses returns a Array "courses" of all currently available courses at the HS Offenburg with their name and link to the timetable (current/first week). ``` json { @@ -93,7 +92,7 @@ Each lesson has the following values: ``` ### /mensamenu -Section that contains the specification for the /mensamenu get request. /mensamenu returns a array containing this weeks mensa menu. The respones contains 6 arrays (Monday to Saturday), each with n meals. +/mensamenu returns two Arrays containing this and next weeks mensa menus. The respones contains a Array "days" of the type Meals for each day of the week (Monday to Sunday), meals therefor contains a ArrayList of n meals. ``` json {