Tropid

Results 1 issues of Tropid

This allows to connect to a server without specifying credentials (if the server supports it): `Jira::new("http://localhost:8080", Credentials::Anonymous)` It adds a new variant "Anonymus" to the `Credentials` enum. This may break...