A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://python-gitlab.readthedocs.org/en/stable/gl_objects/applications.html below:

Applications - python-gitlab v6.2.0

Back to top

Toggle table of contents sidebar

Applications Reference Examples

List all OAuth applications:

applications = gl.applications.list(get_all=True)

Create an application:

gl.applications.create({'name': 'your_app', 'redirect_uri': 'http://application.url', 'scopes': 'read_user openid profile email'})

Delete an applications:

gl.applications.delete(app_id)
# or
application.delete()

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4