create_gist()#1
create_gist()#1akaihola wants to merge 32 commits intocopitux:1dfed8fea8fc1f7eebfac3f21d02099043f39f71from
Conversation
Handler User complete
Conflicts: github3/api.py
Think about return user handler more elegant
Also reorganize code
Also give the possibility of inject converter in requests
Paginate coupled? :S
Proxys: _put, _delete
|
Hi, Maybe, Do you want to pull request into kennethreitz repository?, I'm confused because you said "from your last commit on develop branch" and kennethreitz haven't that branch. If you wanted to do a pull request in my repo, the day you commited there was new changes so please update before do a pull request. Also, I'm working intensive on new desig and I think that I'm beginning to have something clean. You could see it Regards and thanks |
|
I started with the goal of implementing the feature for creating a gist. I first tried kennethreitz's repo and figured out how to authenticate to GitHub with it ( However, I couldn't figure out how to authenticate using the head of your Today I merged latest changes from your |
Hi,
I forked from the last commit in your
developbranch which I could get working (i.e.get_me()worked) and added thecreate_gist()method.-Antti