Sam Carré

Results 127 comments of Sam Carré

Hey @jorqensen As Patrick kindly mentioned, the `page` property does start at 1, but that meant that by the time it ran `applyPagination`, that value was actually 2, so I...

I think this is just a limit set by Saloon, I'd be happy to accept a PR which increases this limit.

Just cleaning up old issues that haven't had conversation for a while.

Hey @mstfblci apologies, I've been a bit busy with things - I will take a look for you soon :)

This is considered a breaking change which I wouldn't be willing to allow until v4 is released.

This would be super cool to have! Great work on this so far!

Howdy @techenby - following our chat on Friday, I've been thinking about the "transformer" name we came up with and I thought that maybe it'll be better to keep this...

Taken a note, a couple of people don't like `into`. So far I've come up with `return` ```php $connector->send($request)->return(Order::class); ```

Another suggestion is to add the type support to the existing `dto` method. I was undecided on this as I don't like too many options but it could definitely help....

@eclipse313 That's a good point I haven't thought about yet - what happens when the API returns multiple results? Do we maybe need to make this similar to Laravel's HTTP...