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

https://github.com/dexuby/seaweedfs-client

Unofficial seaweedfs REST client in Java.
https://github.com/dexuby/seaweedfs-client

seaweedfs seaweedfs-client

Last synced: 3 months ago
JSON representation

Unofficial seaweedfs REST client in Java.

Awesome Lists containing this project

README

        

[![](https://jitpack.io/v/dexuby/seaweedfs-client.svg)](https://jitpack.io/#dexuby/seaweedfs-client)

Example usage:
```java
final SeaweedfsClient client = new SeaweedfsClient("http://localhost:9333");
this.client.assign().thenAccept((assignResult) -> {
...
});
```

```xml


jitpack.io
https://jitpack.io

com.github.dexuby
seaweedfs-client
...

```