improved
New validation enforcements
29 days ago by Andrii Kostenko
Our API web server used the same technology since 2015 and now it is the time to upgrade it. We've switched to a much faster and newer framework. Also, we added JSON schema validators to our endpoints
What does it mean for our users:
- Nothing should change if you pass correct data to our endpoints
- If your request body does not match the documentation - you can start receiving error messages with status 400
- Validation messages became more clear