Skip to content
 
 

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is JavaScript API for Seafile.

Usage

Install seafile-js package:

npm install seafile-js

In your project:

const { SeafileAPI } = require('seafile-js')

server = "xxx"
username = "xxx"
password = "xxx"
const seafileAPI = new SeafileAPI(server, username, password)

seafileAPI.login().then((response) => {
	seafileAPI.authPing().then((response) => {
		console.log(response.data);
	});
})

About

Seafile Javascript API

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages