From 3102d8bce3426d9cf41aeaf201c360d342677770 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 9 Apr 2016 14:22:20 -0700 Subject: Switching from Ivy+Ant to Maven. --- src/com/p4square/grow/backend/apiinfo.html | 41 ------------------------------ 1 file changed, 41 deletions(-) delete mode 100644 src/com/p4square/grow/backend/apiinfo.html (limited to 'src/com/p4square/grow/backend/apiinfo.html') diff --git a/src/com/p4square/grow/backend/apiinfo.html b/src/com/p4square/grow/backend/apiinfo.html deleted file mode 100644 index a3637c9..0000000 --- a/src/com/p4square/grow/backend/apiinfo.html +++ /dev/null @@ -1,41 +0,0 @@ - - -API Info - - -
-
/backend/accounts/{userId}
-
GET information about userId or PUT new information.
- -
/backend/assessment/question/{questionId}
-
GET information about questionId. Special questionIds: first identifies first question. count returns total number of questions.
- -
/backend/accounts/{userId}/assessment
-
GET the assessment summary for userId or DELETE userId's assessment.
- -
/backend/accounts/{userId}/assessment/answers/{questionId}
-
GET userId's answer to questionId, PUT a new answer, or DELETE an answer.
- -
/backend/training/{level}
-
GET all video information for level.
- -
/backend/training/{level}/videos/{videoId}
-
GET video information for videoId in level.
- -
/backend/accounts/{userId}/training
-
GET training record summary for userId.
- -
/backend/accounts/{userId}/training/videos/{videoId}
-
GET training record for userId and videoId or PUT a new record.
- -
/backend/banner
-
GET the info banner or PUT new banner info.
- -
/backend/feed/{topic}
-
Get all threads for forum topic.
- -
/backend/feed/{topic}/{thread}
-
Get all responses to question thread on forum topic.
-
- - -- cgit v1.2.3