invirtu-javascript-api
Advanced tools
Comparing version 0.1.9 to 0.2.0
@@ -13,3 +13,4 @@ import AnyObject from "./Interfaces/AnyObject"; | ||
private static toQueryString; | ||
private static sleep; | ||
} | ||
export default Requests; |
@@ -13,3 +13,4 @@ import AnyObject from "./Interfaces/AnyObject"; | ||
private static toQueryString; | ||
private static sleep; | ||
} | ||
export default Requests; |
{ | ||
"name": "invirtu-javascript-api", | ||
"version": "0.1.9", | ||
"version": "0.2.0", | ||
"description": "A library that makes it easy to connect to BingeWave's API.", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
@@ -187,2 +187,6 @@ import axios from "axios"; | ||
} | ||
console.log("Sleep"); | ||
await this.sleep(1000); | ||
} | ||
@@ -213,4 +217,8 @@ | ||
private static sleep(ms : number) { | ||
return new Promise(resolve => setTimeout(resolve, ms)); | ||
} | ||
} | ||
export default Requests; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3268547
52387