greptilian logo

IRC log for #rest, 2016-02-24

https://trygvis.io/rest-wiki/

| Channels | #rest index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary

All times shown according to UTC.

Time S Nick Message
00:38 fuzzyhorns joined #rest
01:31 fuzzyhorns joined #rest
02:01 tbsf joined #rest
02:36 tbsf joined #rest
04:00 fuzzyhor_ joined #rest
04:20 fuzzyhorns joined #rest
04:24 fuzzyhor_ joined #rest
04:48 fuzzyhorns joined #rest
07:34 _ollie joined #rest
07:40 nesselbosch joined #rest
07:41 huckleberry78 joined #rest
08:08 shodan` joined #rest
08:40 graste joined #rest
09:42 huckleberry78 joined #rest
09:45 interop_madness joined #rest
11:09 huckleberry78 joined #rest
11:45 Macaveli joined #rest
12:02 gajus joined #rest
12:02 gajus generic question
12:02 gajus should it be
12:02 gajus https://applaudience.com/api/v2/logos/?domain=www.allocine.fr
12:02 gajus or
12:02 gajus https://applaudience.com/api/v2/logos?domain=www.allocine.fr
12:02 gajus i.e. when to use "/" and when not to?
12:03 gajus http://programmers.stackexchange.com/questions/186959/trailing-slash-in-restful-api
12:04 huckleberry78 joined #rest
12:06 _ollie I'd treat them equivalent. Be careful with relative navigation though as for that it makes a difference.
12:10 Devastator _ollie gutten morgen! did you see my answer yesterday? you asked me which database I was planning to use, I said postgres
12:12 _ollie How is that related to REST?
12:20 huckleberry78 joined #rest
12:33 huckleberry78 joined #rest
12:36 mezod joined #rest
13:27 quimrstorres joined #rest
13:42 mezod joined #rest
13:55 Devastator _ollie sorry, I was answering this question from yesterday, but the conversation was took in #spring: <@_ollie> okay, so what database technology are you gonna use then?
14:23 tbsf joined #rest
14:43 huckleberry78 joined #rest
14:56 huckleberry78 joined #rest
15:03 shodan` joined #rest
15:03 shodan` what are some good frameworks for API specification, pref with versioning and stuff that allows me to just say "returns [ModelX]"
15:10 pdurbin maybe JSON API. I heard about it at https://changelog.com/189/
15:13 saml joined #rest
15:15 mezod joined #rest
15:18 shodan` I'll have a listen
16:14 bluezone joined #rest
16:36 lacrymology joined #rest
16:37 lacrymology what's the right endpoint for a bulk delete action? do DELETE requests support request bodies (i.e., won't a badly implemented proxy or legacy server kill my request body?)?
16:37 lacrymology or POST /path/to/resources/delete ?
16:42 trygvis I would send a POST to an endpoint with a body of urls
16:46 fumanchu_ from a protocol standpoint, DELETE /foo means you expect /foo to 404 next time you GET it. So if you have a resource that is the "set of things I want to delete" then you can DELETE it, like "DELETE /things/oldest". But if the client needs to pass a set of URLs then that's probably not the right approach.
16:47 fumanchu_ some media types (like Shoji, wink) allow you to PATCH a catalog to delete multiple resources which the catalog "contains"
16:48 tbsf joined #rest
16:51 huckleberry78 joined #rest
17:09 jgornick joined #rest
17:23 fellahst joined #rest
17:33 fellahst joined #rest
17:33 fellahst left #rest
17:35 fellahst joined #rest
17:47 whartung joined #rest
18:51 gigo1980_ joined #rest
19:16 _ollie joined #rest
19:36 Macaveli joined #rest
20:45 _ollie1 joined #rest
20:52 timg___ joined #rest
21:15 lacrymology joined #rest
21:23 Coldblackice joined #rest
21:29 mezod joined #rest
21:40 tbsf joined #rest
23:06 tbsf joined #rest
23:08 gigo1980_ joined #rest
23:11 gigo1980_ joined #rest
23:29 fuzzyhorns joined #rest
23:41 gigo1980_ joined #rest

| Channels | #rest index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary

https://trygvis.io/rest-wiki/