zendesk/zendesk_api_client_php

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.github/CODEOWNERS
.github/workflows/ci.yaml
.gitignore
.travis.yml
CBP_UPGRADE_GUIDE.md
CONTRIBUTING.md
Dockerfile
README.md
VERSION
bin/console
composer.json
composer.lock
docker-compose.yml
phpunit.xml.dist
index.php83
samples/attachments/uploadFileAttachment.php20
samples/attachments/uploadStreamAttachment.php21
samples/groups/createGroup.php18
samples/groups/getGroups.php18
samples/helpcenter/createArticles.php20
samples/helpcenter/createSections.php22
samples/helpcenter/findArticles.php16
A
1 hr
samples/helpcenter/findCategories.php16
A
1 hr
samples/helpcenter/findSections.php29
samples/organizations/createOrganization.php25
samples/ticket_fields/createDropdownOption.php19
samples/ticket_fields/editDropdownOption.php20
samples/ticket_fields/replaceDropdownOptions.php26
samples/tickets/createTicket.php29
samples/tickets/createTicketWithAttachment.php36
samples/tickets/deleteTicket.php15
samples/tickets/getTicketComments.php17
A
2 hrs
samples/tickets/getTicketMetrics.php17
A
2 hrs
samples/tickets/getTickets.php16
samples/tickets/searchTickets.php25
samples/tickets/updateTicket.php21
samples/tickets/viewTicket.php17
samples/users/createUser.php24
samples/users/getUsers.php18
samples/users/searchUser.php23
src/Zendesk/API/Debug.php23
src/Zendesk/API/Exceptions/ApiResponseException.php31
src/Zendesk/API/Exceptions/AuthException.php5
src/Zendesk/API/Exceptions/CustomException.php9
src/Zendesk/API/Exceptions/MissingParametersException.php13
src/Zendesk/API/Exceptions/ResponseException.php13
src/Zendesk/API/Exceptions/RouteException.php5
src/Zendesk/API/Http.php82
B
4 hrs
src/Zendesk/API/HttpClient.php274
B
5 hrs
src/Zendesk/API/Middleware/RetryHandler.php59