Libraries tagged by create issue
starx/symfony-bug-tracker
322 Downloads
This bundle allows to track bugs in your application and automatically create issues with all the information required on your repository
ueslialmeida/jira-codeception-extension
2 Downloads
This package provides an extension for Codeception to create Jira issues automatically when a test fails.
rockkeeper/laravel-jira
74 Downloads
Laravel5 service for Jira REST api to search and create issues
mrlinnth/simplefeedback
44 Downloads
Collect visitors or users feedback for Laravel project and save them to database or create GitHub issues.
artemeon/mantis2github
103 Downloads
A small CLI tool to create a GitHub issue from a Mantis ticket.
ashishrawat/website-performance-monitor
7 Downloads
A WordPress plugin to monitor website performance and create JIRA cards for performance issues.
edmondscommerce/phpcompatibility
7 Downloads
A wrapper library to check a code base for issues with PHP versions and create Jira tickets
faisalijaz/laravelpassportsocialauthgrant
0 Downloads
This package will create social grant in order to authenticate user without username and password in laravel passport. It will only require platform and platform_user_id as params to issue tokens
alissonlinneker/statuspage-php-sdk
1 Downloads
# Code of Conduct Please don't abuse the API, and please report all feature requests and issues to https://support.atlassian.com/contact # Rate Limiting Each API token is limited to 1 request / second as measured on a 60 second rolling window. To get this limit increased, please contact us at https://support.atlassian.com/contact Error codes 420 or 429 indicate that you have exceeded the rate limit and the request has been rejected. # Basics ## HTTPS It's required ## URL Prefix In order to maintain version integrity into the future, the API is versioned. All calls currently begin with the following prefix: https://api.statuspage.io/v1/ ## RESTful Interface Wherever possible, the API seeks to implement repeatable patterns with logical, representative URLs and descriptive HTTP verbs. Below are some examples and conventions you will see throughout the documentation. * Collections are buckets: https://api.statuspage.io/v1/pages/asdf123/incidents.json * Elements have unique IDs: https://api.statuspage.io/v1/pages/asdf123/incidents/jklm456.json * GET will retrieve information about a collection/element * POST will create an element in a collection * PATCH will update a single element * PUT will replace a single element in a collection (rarely used) * DELETE will destroy a single element ## Sending Data Information can be sent in the body as form urlencoded or JSON, but make sure the Content-Type header matches the body structure or the server gremlins will be angry. All examples are provided in JSON format, however they can easily be converted to form encoding if required. Some examples of how to convert things are below: // JSON { "incident": { "name": "test incident", "components": ["8kbf7d35c070", "vtnh60py4yd7"] } } // Form Encoded (using curl as an example): curl -X POST https://api.statuspage.io/v1/example \ -d "incident[name]=test incident" \ -d "incident[components][]=8kbf7d35c070" \ -d "incident[components][]=vtnh60py4yd7" # Authentication
wyox/laravel-gitlab-reporter
4562 Downloads
Creates Gitlab Issues when Exceptions are thrown
chteuchteu/symfony-exceptions-2-gitlab-issues-bundle
578 Downloads
Creates & updates issues on a GitLab repository from Symfony2 exceptions
cdma-numiscorner/ebay-developer-key-management-api
383 Downloads
Due to regulatory requirements applicable to our EU/UK sellers, for certain APIs, developers need to add digital signatures to the respective HTTP call. The Key Management API creates keypairs that are required when creating digital signatures for the following APIs:All methods in the Finances APIissueRefund in the Fulfillment APIGetAccount in the Trading APIThe following methods in the Post-Order API:Issue Inquiry RefundIssue case refundIssue return refundProcess Return RequestApprove Cancellation RequestCreate Cancellation RequestNote: For additional information about keypairs and creating Message Signatures, refer to Digital Signatures for APIs.
samhendrickx/catchr
11 Downloads
Handles PHP errors and creates GitHub issues for them
mmockelyn/laravel-gitlab-reporter
3 Downloads
Creates Gitlab Issues when Exceptions are thrown
irma/requestor
179 Downloads
Create signed IRMA issuance or verification requests