Shane Buckley

Results 9 comments of Shane Buckley

Awesome and congrats! Sorry for the delay on my end. Been working two jobs and coming up deadlines for both so time has not been very abundant. I'll take my...

Let me see if I can answer these coherently: 1&4.) Totally! Really all I did in my implementation was slightly modify a PyCap Project object to have the "_call_api()" method...

You know...now that you mention it, I think you're right that it just chunks and runs synchronously. Would make sense why I can pull data faster with GREENCap! So Python...

Heard! May need some help with PyTest since that'll be new for me and I'm obviously gonna wanna make sure the methods work as they did before! 😄 Will probably...

Spent some time on this over the weekend getting familiar with the repo and getting some pseudocode and a plan together for the refactor to run asynchronous requests while keeping...

I think a markdown page on how to use the package asynchronously makes a lot of sense. And yeah, totally makes sense for me to handle that. Ran the test-suite...

Your logic for `async=False` is exactly my plan...though async is a protect keyword, I've been planning `coroutine=False`. I'm more just trying to wrap my head around chunking the api calls...

`return_coroutine=False` is a bit more explicit, so sounds good to me. I have been working on this, just haven't pushed anything up to GitHub as of yet. I'm trying to...

Just pushed. Started some work in the method classes, mainly files. You'll see that I took a decent amount of the code from request.py and have been replacing the request...