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:
parent
f4b243ebdc
commit
8fd4bf1d60
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user