| Package | Description |
|---|---|
| org.llorllale.youtrack.api |
Fluent, object-oriented API for YouTrack.
|
| org.llorllale.youtrack.api.session |
Collection of APIs necessary to create sessions with YouTrack.
|
| Constructor and Description |
|---|
DefaultYouTrack(Login login)
Ctor.
|
DefaultYouTrack(Login login,
org.apache.http.client.HttpClient httpClient)
Ctor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Anonymous
A
Login for anonymous sessions if your YouTrack supports it (ie. |
class |
PermanentToken
A
Login that makes use of YouTrack's permanent tokens feature to authorize
3rd party application integrations. |
class |
UsernamePassword
A login for the simple username/password use case.
|
Copyright © 2017–2018 George Aristy. All rights reserved.