Skip to content

DeKaN/youtrack-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTrack JSON REST API client library

PyPI PyPI

Current implementation is compatible with Python 3 and YouTrack 2017.1 or higher.
Authentication for old YouTrack versions will be realized later.

Requirements

Python 3.4+

Examples

from youtrack import Connection, TokenAuth

TOKEN = 'perm:XXXXXXXXXXX=.XXXXXXXXXXXXXXXXXX==.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
c = Connection('https://youtrack.gdsln.com/', TokenAuth(TOKEN))

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages