Open burodeboer opened 5 days ago
Hi, I would like to switch to REST Client, but was wondering if it is possible somehow to use the SEARCH (or custom) request type?
For example: SEARCH http://localhost:8055/items/artists ... { "query": { "fields": ["id", "name" ], "filter": { ... } } }
When I try the example above I get: getaddrinfo EAI_AGAIN search. The same request does work with another REST client.
Hi, I would like to switch to REST Client, but was wondering if it is possible somehow to use the SEARCH (or custom) request type?
For example: SEARCH http://localhost:8055/items/artists ... { "query": { "fields": ["id", "name" ], "filter": { ... } } }
When I try the example above I get: getaddrinfo EAI_AGAIN search. The same request does work with another REST client.