-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
92 changed files
with
1,016 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* | ||
* API for the Catrobat Share Platform | ||
* | ||
* The version of the OpenAPI document: v1.0.57 | ||
* The version of the OpenAPI document: v1.0.58 | ||
* Contact: [email protected] | ||
* Generated by: https://github.com/openapitools/openapi-generator.git | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
* | ||
* API for the Catrobat Share Platform | ||
* | ||
* The version of the OpenAPI document: v1.0.57 | ||
* The version of the OpenAPI document: v1.0.58 | ||
* Contact: [email protected] | ||
* Generated by: https://github.com/openapitools/openapi-generator.git | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
* | ||
* API for the Catrobat Share Platform | ||
* | ||
* The version of the OpenAPI document: v1.0.57 | ||
* The version of the OpenAPI document: v1.0.58 | ||
* Contact: [email protected] | ||
* Generated by: https://github.com/openapitools/openapi-generator.git | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
* | ||
* API for the Catrobat Share Platform | ||
* | ||
* The version of the OpenAPI document: v1.0.57 | ||
* The version of the OpenAPI document: v1.0.58 | ||
* Contact: [email protected] | ||
* Generated by: https://github.com/openapitools/openapi-generator.git | ||
*/ | ||
|
@@ -48,6 +48,18 @@ interface NotificationsApiInterface | |
*/ | ||
public function setPandaAuth($value); | ||
|
||
/** | ||
* Operation notificationIdReadPut. | ||
* | ||
* Mark specified notification as read | ||
* | ||
* @param int $id (required) | ||
* @param string $accept_language (optional) | ||
* @param int $responseCode The HTTP response code to return | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function notificationIdReadPut(int $id, string $accept_language = null, &$responseCode, array &$responseHeaders); | ||
|
||
/** | ||
* Operation notificationsCountGet. | ||
* | ||
|
@@ -65,6 +77,7 @@ public function notificationsCountGet(&$responseCode, array &$responseHeaders); | |
* | ||
* Get user notifications | ||
* | ||
* @param string $accept_language (optional) | ||
* @param int $limit (optional, default to 20) | ||
* @param int $offset (optional, default to 0) | ||
* @param OpenAPI\Server\Model\NotificationsType $type (optional) | ||
|
@@ -73,18 +86,7 @@ public function notificationsCountGet(&$responseCode, array &$responseHeaders); | |
* | ||
* @return OpenAPI\Server\Model\NotificationResponse[] | ||
*/ | ||
public function notificationsGet(int $limit = 20, int $offset = 0, NotificationsType $type = null, &$responseCode, array &$responseHeaders); | ||
|
||
/** | ||
* Operation notificationsIdReadPut. | ||
* | ||
* Mark specified notification as read | ||
* | ||
* @param int $id (required) | ||
* @param int $responseCode The HTTP response code to return | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
*/ | ||
public function notificationsIdReadPut(int $id, &$responseCode, array &$responseHeaders); | ||
public function notificationsGet(string $accept_language = null, int $limit = 20, int $offset = 0, NotificationsType $type = null, &$responseCode, array &$responseHeaders); | ||
|
||
/** | ||
* Operation notificationsReadPut. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
* | ||
* API for the Catrobat Share Platform | ||
* | ||
* The version of the OpenAPI document: v1.0.57 | ||
* The version of the OpenAPI document: v1.0.58 | ||
* Contact: [email protected] | ||
* Generated by: https://github.com/openapitools/openapi-generator.git | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<?php | ||
/** | ||
* SearchApiInterface | ||
* PHP version 7.1.3 | ||
* | ||
* @category Class | ||
* @package OpenAPI\Server | ||
* @author OpenAPI Generator team | ||
* @link https://github.com/openapitools/openapi-generator | ||
*/ | ||
|
||
/** | ||
* Catroweb API | ||
* | ||
* API for the Catrobat Share Platform | ||
* | ||
* The version of the OpenAPI document: v1.0.58 | ||
* Contact: [email protected] | ||
* Generated by: https://github.com/openapitools/openapi-generator.git | ||
* | ||
*/ | ||
|
||
/** | ||
* NOTE: This class is auto generated by the openapi generator program. | ||
* https://github.com/openapitools/openapi-generator | ||
* Do not edit the class manually. | ||
*/ | ||
|
||
namespace OpenAPI\Server\Api; | ||
|
||
use Symfony\Component\HttpFoundation\File\UploadedFile; | ||
use OpenAPI\Server\Model\SearchResponse; | ||
|
||
/** | ||
* SearchApiInterface Interface Doc Comment | ||
* | ||
* @category Interface | ||
* @package OpenAPI\Server\Api | ||
* @author OpenAPI Generator team | ||
* @link https://github.com/openapitools/openapi-generator | ||
*/ | ||
interface SearchApiInterface | ||
{ | ||
|
||
/** | ||
* Operation searchGet | ||
* | ||
* Search for projects, users,... | ||
* | ||
* @param string $query (required) | ||
* @param string $type (optional, default to ''all'') | ||
* @param int $limit (optional, default to 20) | ||
* @param int $offset (optional, default to 0) | ||
* @param integer $responseCode The HTTP response code to return | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
* | ||
* @return OpenAPI\Server\Model\SearchResponse | ||
* | ||
*/ | ||
public function searchGet(string $query, string $type = ''all'', int $limit = 20, int $offset = 0, &$responseCode, array &$responseHeaders); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
* | ||
* API for the Catrobat Share Platform | ||
* | ||
* The version of the OpenAPI document: v1.0.57 | ||
* The version of the OpenAPI document: v1.0.58 | ||
* Contact: [email protected] | ||
* Generated by: https://github.com/openapitools/openapi-generator.git | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
* | ||
* API for the Catrobat Share Platform | ||
* | ||
* The version of the OpenAPI document: v1.0.57 | ||
* The version of the OpenAPI document: v1.0.58 | ||
* Contact: [email protected] | ||
* Generated by: https://github.com/openapitools/openapi-generator.git | ||
*/ | ||
|
@@ -55,10 +55,11 @@ public function healthGet(&$responseCode, array &$responseHeaders); | |
* Get survey link for given language code. | ||
* | ||
* @param string $lang_code 2 letter Language-Code is based on ISO693-1 (e.g. German = de, English = en, Russian = ru) (required) | ||
* @param string $flavor (optional) | ||
* @param int $responseCode The HTTP response code to return | ||
* @param array $responseHeaders Additional HTTP headers to return with the response () | ||
* | ||
* @return OpenAPI\Server\Model\SurveyResponse | ||
*/ | ||
public function surveyLangCodeGet(string $lang_code, &$responseCode, array &$responseHeaders); | ||
public function surveyLangCodeGet(string $lang_code, string $flavor = null, &$responseCode, array &$responseHeaders); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* | ||
* API for the Catrobat Share Platform | ||
* | ||
* The version of the OpenAPI document: v1.0.57 | ||
* The version of the OpenAPI document: v1.0.58 | ||
* Contact: [email protected] | ||
* Generated by: https://github.com/openapitools/openapi-generator.git | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* | ||
* API for the Catrobat Share Platform | ||
* | ||
* The version of the OpenAPI document: v1.0.57 | ||
* The version of the OpenAPI document: v1.0.58 | ||
* Contact: [email protected] | ||
* Generated by: https://github.com/openapitools/openapi-generator.git | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* | ||
* API for the Catrobat Share Platform | ||
* | ||
* The version of the OpenAPI document: v1.0.57 | ||
* The version of the OpenAPI document: v1.0.58 | ||
* Contact: [email protected] | ||
* Generated by: https://github.com/openapitools/openapi-generator.git | ||
*/ | ||
|
Oops, something went wrong.