Skip to content
/ ass-rs Public

A Rust library for working with Aptoma Smooth Storage

Notifications You must be signed in to change notification settings

mipli/ass-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Crate API

ASS-rs

A library for working with Aptoma Smooth Storage.

Examples

use ass_rs::{AssClient, AssError, file_handling, image_handling};

let ass_client = AssClient::create("https://url-to-storage", "account-name", "secretkey")?;

let image_url = image_handling::get_image_url(&ass_client, 123)?;
let image_data = image_handling::get_image_data(&ass_client, 123)?;

let file_data = file_handling::upload_file(&ass_client, "/data/file.pdf", "/destination")?;
let image_data = file_handling::upload_image(&ass_client, "/data/image.jpg")?;

About

A Rust library for working with Aptoma Smooth Storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages