Skip to content

Add support for forking to an organization#93

Open
naterubin wants to merge 1 commit intoducksboard:masterfrom
naterubin:master
Open

Add support for forking to an organization#93
naterubin wants to merge 1 commit intoducksboard:masterfrom
naterubin:master

Conversation

@naterubin
Copy link

No description provided.

Copy link
Member

@wulczer wulczer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a small nitpick, otherwise looks great.

:vartype organization: str
"""
request = http.Request('POST', self.get_url())
params = base.get_params(('organization',), locals())
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can use get_params(None, locals()) to make it simpler and more consistent with other methods like this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants