My implementation for github.com/avito-tech/antibot-developer-trainee
- make test (run tests)
- make run (run app)
- make build (build app)
- make install (install app)
- docker-compose up --build
Endpoint | Method | Body |
---|---|---|
/ | GET | NO |
/limits/reset | POST | YES |
Path to make requests and handle limitations
Path to reset limitations for many addresses
{
"addresses": ["203.0.113.195", "70.41.3.18", "150.172.238.178"]
}