Closed KovacZan closed 4 years ago
Added and updated core-v3 endpoints. Made it possible to work with dot notation. Had to adjust parameters like this:
"timestamp.from"?: number; "timestamp.to"?: number;
instead of:
timestamp?: { from?: number; to?: number; }
because GET method doesn't parse the object to dot notation.
Closing this PR because it contains a large amount of unrelated changes. Feel free to reopen smaller PRs that are submitting specific changes.
Could you open a specific branch for core-v3 changes.
Summary
Added and updated core-v3 endpoints. Made it possible to work with dot notation. Had to adjust parameters like this:
instead of:
because GET method doesn't parse the object to dot notation.
Checklist