1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-01-05 22:53:53 +02:00

Added a feature list to README

This commit is contained in:
Andy Grunwald 2015-09-03 12:58:01 +02:00
parent 64fe18bc8c
commit a77c82bd29

View File

@ -12,7 +12,11 @@ The code structure of this package was inspired by [google/go-github](https://gi
## Features
TODO: Provide a list of features
* Authentication (HTTP Basic, OAuth, Session Cookie)
* Create and receive issues
* Call every (not implemented) API endpoint of the JIRA
> Attention: This package is not JIRA API complete (yet), but you can call every API endpoint you want. See ["Call a not implemented API endpoint"](#) how to do this. For all possible API endpoints have a look at [latest JIRA REST API documentation](https://docs.atlassian.com/jira/REST/latest/).
## Installation
@ -38,6 +42,10 @@ A few more examples are available in the [GoDoc examples section](https://godoc.
TODO: Provide examples
### Call a not implemented API endpoint
TODO: Provide an example to call an endpoint that is not implemented yet
## Implementations
TODO