Skip to content
This repository was archived by the owner on Apr 5, 2020. It is now read-only.

Fix GET parameters resolution#21

Merged
thekid merged 2 commits intomasterfrom
fix/get-parameters-resolution
Jan 16, 2017
Merged

Fix GET parameters resolution#21
thekid merged 2 commits intomasterfrom
fix/get-parameters-resolution

Conversation

@thekid
Copy link
Member

@thekid thekid commented Jan 16, 2017

This PR supersedes #20 which contains a possible BC break

Example:

$client= new RestClient(...);
$response= $client->execute((new RestRequest('/user?id={id}'))->withSegment('id', 1549));

Although RestClient is deprecated it should still work:)

@thekid thekid added the bug label Jan 16, 2017
@thekid thekid merged commit a88b402 into master Jan 16, 2017
@thekid thekid deleted the fix/get-parameters-resolution branch January 16, 2017 13:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant