Skip to content

cravxx/hydrus.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hydrus.js

NPM

hydrus api hydrus

node.js module for interacting with the hydrus network api

FUNCTION API
API_VERSION 1 ✔️
SESSION_KEY 8 ✔️
REQUEST_NEW_PERMISSIONS 1 ✔️
VERIFY_ACCESS_KEY 1 ✔️
ADD_FILE 1 ✔️
CLEAN_TAGS 2 ✔️
GET_TAG_SERVICES 1 ✔️
ADD_TAGS 2 ✔️
GET_URL_FILES 1 ✔️
GET_URL_INFO 1 ✔️
ADD_URL 1 ✔️
ASSOCIATE_URL 2 ️️️️️✔️
GET_COOKIES 10 ️️️️️✔️
SET_COOKIES 10 ️️️️️✔️
GET_PAGES 7 ️️️️️✔️
GET_PAGE_INFO 11 ️️️️️✔️
FOCUS_PAGE 9 ️️️️️✔️
SEARCH_FILES 3 ️️️️️✔️
FILE_METADATA 4 ️️️️️✔️
FILE 4 ️️️️️✔️
THUMBNAIL 4 ️️️️️✔️

example

const hydrus = require("hydrus.js")
var client = new hydrus({
  key: 'eb79e9e2a40dddd159299408db072ed6e6573d488b50db499f70a211ba1fa1da',
});
client.api_version((response) => {
  console.log(response); // returns { version: 11 }
});

About

node.js module for using hydrus api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published