See: Description
| Interface | Description |
|---|---|
| Cookie |
An HTTP cookie held by the user's
Session. |
| Login |
A YouTrack login.
|
| Session |
A
Session object encapsulates all the state required for conducting
further transactions with the remote YouTrack API. |
| Class | Description |
|---|---|
| Anonymous |
A
Login for anonymous sessions if your YouTrack supports it (ie. |
| PermanentToken |
A
Login that makes use of YouTrack's permanent tokens feature to authorize
3rd party application integrations. |
| UsernamePassword |
A login for the simple username/password use case.
|
| Exception | Description |
|---|---|
| AuthenticationException |
Signals an error with the credentials that were provided.
|
| UnauthorizedException |
Signals that the attempted action is forbidden for the current user
session. |
Collection of APIs necessary to create sessions with YouTrack.
Use the Login interface to obtain
a Session that you can then use
to access other functions of this library.
UsernamePassword,
Anonymous,
PermanentTokenCopyright © 2017–2018 George Aristy. All rights reserved.