UNPKG

445 BJavaScriptView Raw
1var devrant = require('./src/index.js');
2
3devrant.httpSettings.SET_DEBUG(true);
4devrant.httpSettings.SET_COMPRESS(false);
5console.log('Debug: ', devrant.httpSettings.GET_DEBUG());
6console.log('Compress: ', devrant.httpSettings.GET_COMPRESS());
7var auth = {
8 id: 807137,
9 key: '',
10 expire_time: 1506611197,
11 user_id: 161184
12}
13
14console.log(__dirname+'/images/RantScript.png')
15devrant
16 .listWeekly()
17 .then((res)=>{
18 console.log(res)
19 })