Add Administration API for teams's administration panel #97

Merged
maxime.batista merged 7 commits from admin/api-teams into master 1 year ago
Owner
There is no content yet.
samuel.berion added 6 commits 1 year ago
maxime.batista requested changes 1 year ago
maxime.batista left a comment

./format.sh and ./verify.sh !!!!

`./format.sh` and `./verify.sh` !!!!
src/Api/API.php Outdated
echo $response->getJson();
} elseif (get_class($response) != HttpResponse::class) {
var_dump($response);
var_dump(get_class($response));

var dumps

var dumps
Poster
Owner

ITS YOUUUUUUUUU

ITS YOUUUUUUUUU
samuel.berion marked this conversation as resolved
* @param array<string, Validator[]> $schema an array of `fieldName => DefaultValidators` which represents the request object schema
* @param callable(HttpRequest): HttpResponse $run the callback to run if the request is valid according to the given schema.
* The callback must accept an HttpRequest, and return an HttpResponse object.
<<<<<<< HEAD:src/Core/Control.php

man you didn't even tested

man you didn't even tested
samuel.berion marked this conversation as resolved
samuel.berion added 1 commit 1 year ago
continuous-integration/drone/push Build is passing Details
cadab3c1eb
requests for changes fixed and format + verify
maxime.batista merged commit 55d5970055 into master 1 year ago
maxime.batista deleted branch admin/api-teams 1 year ago

Reviewers

maxime.batista requested changes 1 year ago
continuous-integration/drone/push Build is passing
The pull request has been merged as 55d5970055.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: IQBall/Application-Web#97
Loading…
There is no content yet.