An open API service indexing awesome lists of open source software.

https://github.com/brandonfl/java-firedeamon-fusion-api

FireDeamon Fusion API for Java
https://github.com/brandonfl/java-firedeamon-fusion-api

api firedeamon firedeamon-api java java-api

Last synced: 3 months ago
JSON representation

FireDeamon Fusion API for Java

Awesome Lists containing this project

README

        




Java Firedeamon Fusion API



FireDeamon Fusion API for Java


release
maven-central
CodeQL
Sonar gate
licence


How to use
Variables
Licence

## How to use
#### Installation
```xml

xyz.brandonfl
java-firedeamon-fusion-api
VERSION

```

```sh
mvn install
```
More informations : https://github.com/brandonfl/java-firedeamon-fusion-api/packages/

#### Examples

```java
public static void main(String[] args) throws AuthenticationException, ApiException {
FiredeamonFusionApi firedeamonFusionApi = new FiredeamonFusionApi("http://localhost:20604", "admin", "admin");
firedeamonFusionApi.getServices()
.forEach(serviceInformation -> System.out.println(serviceInformation.getService().getName()));
}
```

## Licence

Project under [MIT](https://github.com/brandonfl/java-firedeamon-fusion-api/blob/master/LICENSE) licence