Hi again,
thanks a lot for this great project. you shall be blessed
Years ago I have created a pull request to handle the following:
The route "/{ip}" is added to lookup a single IP via GET method.
Is it possible to readd this route?
Background:
From mine point of view it makes more sense to resolve a single IP due a GET Request instead of sending a POST request filled with a single IP.
POST feels more like "Create a resource"
GET feels more like "Find something for me"
Hi again, thanks a lot for this great project. you shall be blessed
Years ago I have created a pull request to handle the following:
Is it possible to readd this route?
Background: From mine point of view it makes more sense to resolve a single IP due a GET Request instead of sending a POST request filled with a single IP. POST feels more like "Create a resource" GET feels more like "Find something for me"
Kind regards!