Alex
Alex
I don't care much what PHPUnit version is used on a particular PHP version during build as long as tests can run. We can pick PHPUnit version, that runs across...
@marek-knappe I see now why you have all your PR code mixed together. You're not using feature branches and submitting PR's from `master` branch where all is added. Unfortunately GitHub...
> The reason why #53 and #57 are submitted together is because if you would choose to just merge #57 you wouldn't have #53 changes and it wouldn't work :)...
> the second point was fixed in #178 > > cross it out or add link ;) Done.
> https://github.com/chobie/jira-api-restclient/issues/139#issuecomment-240838304 Don't see any difference. > There are 2 types of Roles, Portal Roles and Application Roles. Currently we only have support for Portal Roles. Portal roles. First time...
Better to send a PR so that we can comment on actual code. I see you mention project and application roles, but no methods added to access application roles.
Having `api` method on `Api` class is confusing enough as it is :smile: Looking at `Api::api` method the `$return_as_json` in fact means: 1. get data 2. parse it into array...
After pondering about this for a while I have some usable responses now: > standardize the wrapper methods to one return type 👍 The `Result` class obviously is tailored for...
@ivanmunozruiz , what is the Mink version requirement in your `composer.json`?