README
# pagure-java-client

A Java client for [Pagure](https://pagure.io/pagure). 

This project is currently at Version 0, and is not directly usable yet. There
are no test, no docs, and no examples yet 

## Getting Started

This project is packaged using maven. You can open this in an IDE or run the
commands here to get this installed. 

### Prerequisites

```sh
mvn dependency:resolve
```

### Installing
```sh
mvn clean install

```

### Running the development Main method
The main method is just here temporarily to exercise different methods for
development

```sh
mvn exec:java -Dexec.mainClass="io.pagure.api.Pagure
```

## Tests

No tests yet :(

## Contributing

Send PRs!

## Versioning

We use [SemVer](http://semver.org/) for versioning. Since this is pre-alpha,
the version is at 0

## Authors

* **Brian Stinson _- [bstinsonmhk](https://github.com/bstinsonmhk) <brian@bstinson.com>

## License

This project is licensed under the MIT License. See [LICENSE](LICENSE) for
details 

## Acknowledgements
* Stephen Connolly - Author of the Gitea Plugin for Jenkins, much of this code
  is modeled after his.