Erik

Results 9 issues of Erik

Hello, I have been using this library in a personal project and it's pretty damn cool. Thank you for writing it and for releasing it. I did have a question,...

Hi All, I mentioned this in another issue, but thought maybe I should start a new discussion here. At my company, we've been maintaining a [fork of simple-salesforce](https://github.com/MulliganFunding/simple-salesforce) with async...

Hi Everyone, Included here are changes to finalize `QueryParamForm` (see Issue #728 and PR #729) which I mentioned to @alpmestan on IRC. The original request seemed like a good idea...

🚧 needs rebase 🚧

Hello! Thanks for releasing this library! I ran into a problem when trying to use it to encode an object with UTC dates, because I have an object with a...

With the new Async stuff in Python, we should be able to emit client code in servant-py that will utilize `httpx` and asyncio. We can add it here as a...

This library contains a confusingly named `withTypes` Python generator options, but we're not using Python3 type annotations, when it seems like we should be. Add a new style of generating...

Docstring now doesn't contain a `returns:` section, which would make it a little more official. Ideally, we'd include more information about the types of things that go into the functions...

We have a capture in one of our test API endpoints where the variable is named `id`. This is created as a function parameter and passed into the client function....

So, I have been thinking about this library and I think I'd like to make the output functions a little more usable. I had the following ideas: 1. Build Class...