Open CodeCubeNeo opened 2 years ago
I will keep this open in case anyone is interested in developing a desktop client (even if you didn't specify what platform for, @CodeCubeNeo )
I'm personally not interested and I don't have time to work on it
I can build a desktop client
I just need to match the API that the cli curl examples are using . That seems like right approach since you server api is agnostic to what storage is used.
what about config though for the client ? The cmd golang seems to have what I need for the client.
@gedw99 these are more or less all the REST endpoint relevant for a full fledged desktop client. I think that having as starting point only support for PUT, GET and DELETE would be enough.
what about config though for the client ? The cmd golang seems to have what I need for the client.
what to you mean exactly? I'd just let the user be able set the server to interact with
@aspacca is there any requirement for client to be made in particular framework? Is leptos ok?
A desktop client would be really awesome!!!