Jonas Stendahl
Jonas Stendahl
It's still maintained, but currently not as actively developed as I'd like it to be. I started to bring it back up-to-date the other week, and hopefully I'll get time...
Sorry for the late response! The library has now been rewritten from the ground up and should support all recent API changes. I'll intend to give it some more polish...
Strange, haven't encountered this, but can't say I've uploaded files with the library either. Is this also an issue when using the CurlFile class (see #15 for example usage)? I'll...
I'll take a look at it, but generally you'll always get a memory increase when using objects in PHP.
Somewhat implemented in commit 4884a09b, needs a bit more love.
I think you have to escape it. Like this: `created_at: `2016-04-22T13:35:41.600Z` (required, string) - create time`
I don't think this is resolved. I need to differentiate between schema errors in the request body and in the request parameters (e.g. query string) and there seems to be...
Exciting! I was actually planning to do the same thing but for Python when I've got some spare time, but now I'll definitely hold that off and piggback off of...
> In some cases, tools need to know which spec version to expect. For instance, I can imagine a codegen that takes a v2 spec and transforms it to v3...
> Thanks for changing the target name. That feels better to me. > > This PR is focused on plumbing the targets and dep inference, right? So, linting will come...