classcharts-api
Advanced tools
Comparing version 2.12.1 to 2.12.2
@@ -104,5 +104,6 @@ import { API_BASE_STUDENT, BASE_URL } from "../utils/consts.js"; | ||
method: "POST", | ||
body: JSON.stringify({ | ||
date: options.dateOfBirth, | ||
}), | ||
body: `date=${options.dateOfBirth}`, | ||
headers: { | ||
"content-type": "application/x-www-form-urlencoded", | ||
}, | ||
}); | ||
@@ -109,0 +110,0 @@ return data; |
{ | ||
"name": "classcharts-api", | ||
"version": "2.12.1", | ||
"version": "2.12.2", | ||
"description": "A Typescript wrapper for getting information from the ClassCharts API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -107,5 +107,6 @@ "use strict"; | ||
method: "POST", | ||
body: JSON.stringify({ | ||
date: options.dateOfBirth, | ||
}), | ||
body: `date=${options.dateOfBirth}`, | ||
headers: { | ||
"content-type": "application/x-www-form-urlencoded", | ||
}, | ||
}); | ||
@@ -112,0 +113,0 @@ return data; |
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
90290
2520