RAW API documentation

Hello,
I’d like to build a pure java library to interact with the STORJ storage.
Is the RCP documentation publicly available?

I could not find anything more than bindings to the C/go version of uplink…

Thanks in advance,
Stefano

1 Like

Have you taken a look at this :point_down:

1 Like

Not pure Java.

AFAIK there is no in-depth documentation so far, last time I asked about it, I got this answer: Storj protocol (from the customer's point of view) - #2 by thepaul

2 Likes

Ah, thanks. That answer is quite informative; maybe the easiest path for me is to go through the S3 gateway and use an S3 SDK.

1 Like

No, the RAW API documentation for Java is not publicly available. However,you can use the C/Go binding of uplink in Java by leveraging Java Native interface.