44 sao GitHub và vẫn tăng — rclone/rclone-js-api là dự án JavaScript mà TopGit đang theo dõi trên nền tảng. rclone rc bindings for javascript
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
This is a javascript api to access the rclone rc api.
How to install
If you are using npm,
npm install rclone-api --save
or using yarn,
yarn install rclone-api
Usage
Import the required function
import {getAllProviders} from "rclone-api";
And then,
getAllProviders().then(res => {
//... do something with the data
}, error => {
//... do something with the error
//eg: alert(error)
});
OR
getAllProviders().then(res => {
//... do something with the data
}).catch( error => {
//... do something with the error
//eg: alert(error)
});
Supported calls
getStats(): returns the current rclone stats.
getCurrentBandwidthSetting(): fetches the current limit that is max which the rclone can send request at.
setCurrentBandwidthSetting(newRate): changes the current bandwidth limit of the rclone backend.
@param newRate {string} Human readable format of size eg: 1M|2M|1.2G specifying 1MB, 2MB, 1.2GB respectively.
createPublicLink(remoteName, remotePath) creates a public link for a supported remote
getAllProviders() returns all the possible providers supported by the rclone backend
getAllConfigDump() return the configured remotes from the rclone backend
getFsInfo(remoteName) fetches the information regarding features, hashes from the rclone backend.
getFilesList(remoteName, remotePath) fetches the files for a specified remote path (remoteName + remotePath).
getRemoteInfo(remoteName) fetches the information about a provider.
getRcloneVersion() fetches the version and details about the running rclone version.
getAllRemoteNames() fetches all the remotes in the config.
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/rclone/rclone-js-api là nguồn chính thức.
rclone/rclone-js-api có phải mã nguồn mở không?
TopGit chưa ghi nhận license cho rclone/rclone-js-api. Phần lớn repo public trên GitHub là mã nguồn mở, nhưng điều khoản khác nhau từng repo — mở file LICENSE để xác nhận.
rclone/rclone-js-api có website riêng không?
TopGit chưa ghi nhận URL trang chủ cho rclone/rclone-js-api. Phần README ở tab phía trên thường có link demo, hoặc xem mô tả GitHub của repo.
rclone/rclone-js-api là gì?
rclone/rclone-js-api (rclone/rclone-js-api) là dự án JavaScript trên GitHub. Theo mô tả gốc: rclone rc bindings for javascript
Đọc đầy đủ README ở tab phía trên.
Chưa chắc rclone-js-api có hợp với bạn?
Để ChatGPT, Claude hoặc Perplexity tìm hiểu giúp — bấm bên dưới và xem AI nói gì về rclone-js-api.