Timeline for Which HTTP verb should I use to trigger an action in a REST web service?
Current License: CC BY-SA 4.0
26 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 10, 2021 at 20:44 | comment | added | HeyJude | @danidemi, this link seems pretty nice. it's a shame that Google Translate has CORS error when trying to translate it. | |
| Dec 6, 2020 at 17:24 | comment | added | danidemi | In my opinion you're simply not implementing a RESTful web service. RESTful is an architectural principle, and this method of yours simply is not RESTful. Is there any harm in this? Not at all. I always point to this API: api.fattureincloud.it/v1/documentation/dist, all the methods are in POST. It is RESTful? Not at all. Does it work? Yes, it is indeed one of the most used API about e-invoicing in Italy. | |
| Sep 6, 2020 at 4:57 | answer | added | Alex | timeline score: 5 | |
| Sep 5, 2020 at 22:33 | answer | added | ACV | timeline score: 1 | |
| Mar 17, 2019 at 19:17 | comment | added | Guran | Have you considered using a header parameter on appropriate requests? This sounds very much like a cache refresh... | |
| Mar 17, 2019 at 15:06 | history | edited | Robert Harvey | CC BY-SA 4.0 |
deleted 18 characters in body
|
| Mar 17, 2019 at 13:13 | answer | added | VoiceOfUnreason | timeline score: 1 | |
| May 8, 2018 at 21:43 | history | protected | gnat | ||
| May 23, 2017 at 12:40 | history | edited | CommunityBot |
replaced http://stackoverflow.com/ with https://stackoverflow.com/
|
|
| Mar 28, 2016 at 21:21 | answer | added | Isometriq | timeline score: 6 | |
| Nov 3, 2014 at 21:00 | answer | added | Aaron Greenwald | timeline score: 56 | |
| Nov 3, 2014 at 15:22 | answer | added | Cormac Mulhall | timeline score: 123 | |
| Nov 2, 2014 at 5:40 | history | edited | Renato Dinhani |
edited tags
|
|
| Nov 2, 2014 at 5:27 | history | edited | Renato Dinhani | CC BY-SA 3.0 |
added 411 characters in body
|
| Nov 2, 2014 at 5:18 | vote | accept | Renato Dinhani | ||
| Nov 2, 2014 at 5:10 | history | tweeted | twitter.com/#!/StackProgrammer/status/528776071886303232 | ||
| Nov 2, 2014 at 4:58 | comment | added | cHao | Cross-site duplicate: stackoverflow.com/q/15340946/319403 | |
| Nov 2, 2014 at 4:15 | answer | added | Sean Redmond | timeline score: 38 | |
| Nov 2, 2014 at 3:38 | history | edited | Renato Dinhani | CC BY-SA 3.0 |
deleted 9 characters in body
|
| Nov 2, 2014 at 3:23 | answer | added | outis | timeline score: 7 | |
| Nov 2, 2014 at 2:50 | history | edited | Renato Dinhani | CC BY-SA 3.0 |
added 56 characters in body
|
| Nov 2, 2014 at 2:46 | comment | added | Renato Dinhani | @SeanRedmond No, the data is not sent to the client. In fact, is the client saying to the REST web service to execute and internal command (reload). Something like: "a lot of configurations were changed in database, so REST web service, reload them to your memory now". | |
| Nov 2, 2014 at 2:41 | history | edited | Renato Dinhani | CC BY-SA 3.0 |
added 114 characters in body
|
| Nov 2, 2014 at 2:25 | comment | added | Sean Redmond | "Reloading" is the sense of an app refreshing the data it's going to display? Is there any difference between reloading and just getting the data again? | |
| Nov 2, 2014 at 2:25 | answer | added | Thomas Stringer | timeline score: 4 | |
| Nov 2, 2014 at 1:17 | history | asked | Renato Dinhani | CC BY-SA 3.0 |