go-skynet icon indicating copy to clipboard operation
go-skynet copied to clipboard

An SDK for integrating Skynet into Golang applications

Results 3 go-skynet issues
Sort by recently updated
recently updated
newest added

Implemented `GetEntry`, `SetEntry`, `GetJSON`, `SetJSON`. Added different test cases. More tests and SetEntryOptions, GetEntryOptions, etc... with timeout will be added in a separate PR.

In the python sdk, there used to be an option for http/1.1 chunked uploading. This way of posting a single block of data provides for streaming uploads where the size...

We should know the StatusCodes we should receive and handle them accordingly. Something like a switch statement that handles different codes explicitly and gives a developer error if we have...