Skip to content

Tags: kbsali/php-redmine-api

Tags

v1.8.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #283 from Art4/release-1-8-1

Release v1.8.1

v1.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #266 from Art4/release-1-8-0

Release 1.8.0

v1.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Introduce new PSR-18 based client (#257) @Art4

* Create Psr18Client

* Create interfaces for Client and Api

Move Api instantiation into trait

* Issue Api uses getApi on client

* Add new request methods to ClientInterface

* Add tests for new ClientInterface methods

* Add test for requestGet method

* Test Request created by client

* Move tests for request generation into integration test

* Improve integration tests

* Move clients into own namespace, rename interfaces

* Implement auth with username:pwd or access key

* move Api interface

* add content-type header

* Let AbstractApi consume new Client interface

Move json- and XML-decoding into AbtractApi
Fix and improve all tests

* test exception messages

* Implement impersonate user

* Test correct response data in client

* Add tests for AbstractApi

* Add tests for decoding in AbstractApi

Simplify error messages in JSON decoding

* Test XML decoding on post, put and delete requests

* Add integration tests for POST, PUT and DELETE

* Test file upload with content and file path

* Remove debug code

* Update example.php to use new client interface

* Update README.md

* Create usage docs

* Add docs for user impersonation and curl options, improve language

* Improve AbstractApi, remove obvious docblocks

rename $data to $body
rename $decode to $decodeIfJson

* Rephrase trait description, add @internal

* Update manual installation, link to docs

* Add tests for get api over magic getter

* Update requirements in README.md

* Move usage docs into README.md

v1.6.0

add support for php8 (and drop support for php5x, 7.0|1|2)

v1.5.22

wiki attachment fix

v1.5.21

fixes upload path test

v1.5.20

add support for custom fields for Version API

v1.5.19

fixes travis' build

v1.5.18

adds support for search, membership removal, fixes upload

v1.5.16

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #209 from popnikos/patch-1

Update AbstractApi autoescaping values