Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit 54bd860

Browse files
authored
Merge pull request #97 from Catrobat/create-pull-request/patch-1617645398
Bump autogenerated OpenAPI code
2 parents dc343e6 + b31f085 commit 54bd860

File tree

95 files changed

+559
-5144
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+559
-5144
lines changed

.openapi-generator/FILES

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.coveralls.yml
2-
.gitignore
32
.php_cs.dist
43
.travis.yml
54
Api/ApiServer.php
@@ -37,7 +36,6 @@ Model/NotificationsType.php
3736
Model/OAuthLoginRequest.php
3837
Model/ProjectReportRequest.php
3938
Model/ProjectResponse.php
40-
Model/ProjectUploadRequest.php
4139
Model/ProjectsCategory.php
4240
Model/RefreshRequest.php
4341
Model/RegisterErrorResponse.php
@@ -76,7 +74,6 @@ Resources/docs/Model/NotificationsType.md
7674
Resources/docs/Model/OAuthLoginRequest.md
7775
Resources/docs/Model/ProjectReportRequest.md
7876
Resources/docs/Model/ProjectResponse.md
79-
Resources/docs/Model/ProjectUploadRequest.md
8077
Resources/docs/Model/ProjectsCategory.md
8178
Resources/docs/Model/RefreshRequest.md
8279
Resources/docs/Model/RegisterErrorResponse.md
@@ -119,7 +116,6 @@ Tests/Model/NotificationsTypeTest.php
119116
Tests/Model/OAuthLoginRequestTest.php
120117
Tests/Model/ProjectReportRequestTest.php
121118
Tests/Model/ProjectResponseTest.php
122-
Tests/Model/ProjectUploadRequestTest.php
123119
Tests/Model/ProjectsCategoryTest.php
124120
Tests/Model/RefreshRequestTest.php
125121
Tests/Model/RegisterErrorResponseTest.php

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.0-beta3
1+
5.1.0

Api/ApiServer.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* API for the Catrobat Share Platform
1818
*
19-
* The version of the OpenAPI document: v1.0.60
19+
* The version of the OpenAPI document: v1.0.61
2020
* Contact: webmaster@catrobat.org
2121
* Generated by: https://github.com/openapitools/openapi-generator.git
2222
*/
@@ -55,8 +55,7 @@ class ApiServer
5555
*/
5656
public function addApiHandler($api, $handler)
5757
{
58-
if (isset($this->apis[$api]))
59-
{
58+
if (isset($this->apis[$api])) {
6059
throw new \InvalidArgumentException('API has already a handler: '.$api);
6160
}
6261

@@ -74,8 +73,7 @@ public function addApiHandler($api, $handler)
7473
*/
7574
public function getApiHandler($api)
7675
{
77-
if (!isset($this->apis[$api]))
78-
{
76+
if (!isset($this->apis[$api])) {
7977
throw new \InvalidArgumentException('No handler for '.$api.' implemented.');
8078
}
8179

Api/AuthenticationApiInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* API for the Catrobat Share Platform
1717
*
18-
* The version of the OpenAPI document: v1.0.60
18+
* The version of the OpenAPI document: v1.0.61
1919
* Contact: webmaster@catrobat.org
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

Api/MediaLibraryApiInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* API for the Catrobat Share Platform
1717
*
18-
* The version of the OpenAPI document: v1.0.60
18+
* The version of the OpenAPI document: v1.0.61
1919
* Contact: webmaster@catrobat.org
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

Api/NotificationsApiInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* API for the Catrobat Share Platform
1717
*
18-
* The version of the OpenAPI document: v1.0.60
18+
* The version of the OpenAPI document: v1.0.61
1919
* Contact: webmaster@catrobat.org
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

Api/ProjectsApiInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* API for the Catrobat Share Platform
1717
*
18-
* The version of the OpenAPI document: v1.0.60
18+
* The version of the OpenAPI document: v1.0.61
1919
* Contact: webmaster@catrobat.org
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

Api/SearchApiInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* API for the Catrobat Share Platform
1717
*
18-
* The version of the OpenAPI document: v1.0.60
18+
* The version of the OpenAPI document: v1.0.61
1919
* Contact: webmaster@catrobat.org
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

Api/UserApiInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* API for the Catrobat Share Platform
1717
*
18-
* The version of the OpenAPI document: v1.0.60
18+
* The version of the OpenAPI document: v1.0.61
1919
* Contact: webmaster@catrobat.org
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

Api/UtilityApiInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* API for the Catrobat Share Platform
1717
*
18-
* The version of the OpenAPI document: v1.0.60
18+
* The version of the OpenAPI document: v1.0.61
1919
* Contact: webmaster@catrobat.org
2020
* Generated by: https://github.com/openapitools/openapi-generator.git
2121
*/

0 commit comments

Comments
 (0)