in reply to Re: Complex filter queries in a REST API
in thread Complex filter queries in a REST API
REST mandates the use of GET for an operation which purely retrieves information. If you are using a POST just to retrieve information then your API is not REST.
🦛
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Complex filter queries in a REST API
by bliako (Abbot) on Mar 25, 2021 at 15:08 UTC | |
by martell (Hermit) on Mar 26, 2021 at 11:29 UTC | |
by bliako (Abbot) on Mar 26, 2021 at 15:52 UTC | |
|
Re^3: Complex filter queries in a REST API
by Anonymous Monk on Mar 25, 2021 at 14:10 UTC |