Port over webhooks, search, and builds.

This commit is contained in:
jakedt 2014-03-13 16:31:37 -04:00
parent 85eb585a85
commit e475e9809d
7 changed files with 342 additions and 3 deletions

View file

@ -53,8 +53,8 @@ class RepositoryList(ApiResource):
'type': 'string',
'description': 'Markdown encoded description for the repository',
},
}
}
},
},
}
@require_scope(scopes.CREATE_REPO)