1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-01-07 23:01:48 +02:00

Added a few more sentence to README

This commit is contained in:
Andy Grunwald 2016-05-28 19:25:51 +02:00
parent f4b243ebdc
commit 8fd4bf1d60

View File

@ -71,6 +71,9 @@ func main() {
### Authenticate with session cookie
Some actions require an authenticated user.
Here is an example with a session cookie authentification.
```go
package main
@ -102,6 +105,8 @@ func main() {
### Call a not implemented API endpoint
Not all API endpoints of the JIRA API are implemented into *go-jira*.
But you can call them anyway:
Lets get all public projects of [Atlassian`s JIRA instance](https://jira.atlassian.com/).
```go