Crates.io | alfresco-sdk |
lib.rs | alfresco-sdk |
version | 0.1.3 |
source | src |
created_at | 2024-01-08 01:11:27.055424 |
updated_at | 2024-01-15 12:15:15.491493 |
description | Some tests that may or may not continue being developed into a SDK for alfresco. Contains spaghetti code and should not be used by anyone, it's shit. |
homepage | |
repository | |
max_upload_size | |
id | 1092130 |
size | 82,601 |
This tool is currently in development to address my personal needs. While I intend to eventually make it cover all of Alfresco's REST API endpoints, I do not plan to put on any significant effort in thoroughly testing it to ensure full functionality—at least not yet. My testing will be limited to what is required for my current projects, focusing on ensuring it works for my specific use case. Consequently, it may not function for different use cases.
This is my first time writing Rust, so it will 100% contain spaghetti code.
If you haven't already, download rust:
curl -sSf https://static.rust-lang.org/rustup.sh | sh
// TODO: Document compilation steps
The .env file has to be configured like this:
ALFRESCO_URL=https://alfresco-base-url.com
ALFRESCO_USERNAME=username
ALFRESCO_PASSWORD=password