feat(): updated examples, readme

This commit is contained in:
Jerko J
2024-10-16 18:13:45 +02:00
parent 47177fefc5
commit 5eba290130
253 changed files with 504 additions and 504 deletions

View File

@@ -11,9 +11,9 @@ const client = new RestClientV2({
});
client.getSpotHistoricPlanOrders(params)
.then(response => {
.then((response) => {
console.log(response);
})
.catch(error => {
.catch((error) => {
console.error(error);
});