nextcloud-client-api

Crates.ionextcloud-client-api
lib.rsnextcloud-client-api
version0.1.0
sourcesrc
created_at2024-09-22 15:37:48.495586
updated_at2024-09-22 15:37:48.495586
descriptionimplementation of the socket API for the NextCloud client
homepage
repositoryhttps://gitlab.com/nextcloud-client-api/crate
max_upload_size
id1383056
size55,854
Rudolf Müller (rudi-tm)

documentation

README

NextCloud Client API - crate

This rust crate provides a simple interface to interact with the NextCloud linux client.
The client has to be installed and setup on the target system for this crate to work.

Objective

The implementation aims to support most features published here: https://github.com/nextcloud/desktop/blob/master/src/gui/socketapi/socketapi.h
If there are things missing, please open an issue or provide a patch.

Contribution

Feel free to open issues for missing parts of the API. There is currently no roadmap, so integration of these might take time.
In addition patches can be provided or merge requests opened.

Commit count: 7

cargo fmt