Ben Beecher

Results 26 issues of Ben Beecher

I'd like to start using jinja in a project alongside allauth. I'd love to talk through the best approach and then submit some documentation around it. 1) Built in template...

When calling the events api, none of the values passed into the constructor are included EG given two api objects: ``` owned_api = GhApi(username='gone', token=github_token) global_api = GHApi(token=github_token) ``` I...

Initial precommit config that changes nothing just to get the ci running

The slack workspace command needs the ID of the integration, but I can't fetch without using the resource and specifying details such as webhook destination.

Perhaps using throttle decorator? Or some attribute of the APIDocument?

features

Creating a document type of APIDocument should give you a simple list/detail api that supports post/put/get/delete

features