mirror of
https://github.com/doctrine/rest.git
synced 2026-03-24 00:22:09 +01:00
[PR #4] Lot of changes to make it more flexible. #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/rest/pull/4
Author: @bartoszhernas
Created: 11/7/2013
Status: 🔄 Open
Base:
master← Head:master📝 Commits (4)
f4fdd83Added ability to specify headers7b5f29cAdded method to get entityConfiguration in ResponseTransformers and fixed issue with json_decode9b83039Added requestType to support requests where data is sent via JSON07b34c1Added legacy support📊 Changes
7 files changed (+96 additions, -14 deletions)
View changed files
📝
lib/Doctrine/REST/Client/Client.php(+28 -4)📝
lib/Doctrine/REST/Client/Entity.php(+1 -1)📝
lib/Doctrine/REST/Client/EntityConfiguration.php(+10 -0)📝
lib/Doctrine/REST/Client/Manager.php(+2 -6)📝
lib/Doctrine/REST/Client/Request.php(+22 -0)📝
lib/Doctrine/REST/Client/ResponseTransformer/AbstractResponseTransformer.php(+31 -1)📝
lib/Doctrine/REST/Client/ResponseTransformer/StandardResponseTransformer.php(+2 -2)📄 Description
Class is still backwards compatible
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.