greptilian logo

IRC log for #rest, 2016-08-25

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:49 tonyacunar joined #rest
03:01 tonyacunar joined #rest
03:36 tbsf joined #rest
03:44 tbsf joined #rest
04:05 tonyacunar joined #rest
04:46 tbsf joined #rest
05:47 ShekharReddy joined #rest
06:37 ralphschindler joined #rest
07:05 vanHoesel joined #rest
07:17 Macaveli joined #rest
07:38 vanHoesel joined #rest
07:56 vanHoese_ joined #rest
07:57 vanHoesel joined #rest
07:58 vanHoese_ joined #rest
08:16 Tomatosoup- joined #rest
08:25 tbsf joined #rest
11:27 Hvk joined #rest
11:28 Hvk hey, is here somebody willing to talk about rest api design?
11:30 Tomatosoup- Hvk: dont ask to ask, just go on and somebody will try to answer (sooner or later)
11:32 Hvk So i am trying to design routes for my api. Its somethking like timeline for organizations and you can have new task for organization and what is better to do something like this for POST method: /api/organization/:id/tasks or /api/tasks?
11:48 pdurbin Hvk: I'd probably go with /api/tasks
11:52 Hvk pdurbin: in this solution i need send organization id in payload with task and what about quering all tasks from one organization i need to have GET somethking like this /api/tasks/:organizationID or?
11:53 Hvk i was trying to get inspired from instagram api, i dont know if its best, do you know any other good designed apis? where i can get new ideas or tips? :)
11:57 pdurbin I like looking at https://developer.github.com/v3/
12:04 Hvk pdurbin: so i am looking on this one https://developer.github.com/v3/issues/#create-an-issue for example and they are doing it like my first example
12:15 tonyacunar joined #rest
12:21 philbot joined #rest
12:21 Topic for #rest is now #rest REpresentational State Transfer | logs: http://irclog.greptilian.com/rest/today |  http://tech.groups.yahoo.com/group/rest-discuss | http://code.google.com/p/implementing-rest/ | http://en.wikipedia.org/wiki/Representational_State_Transfer
12:23 jgornick joined #rest
12:23 Haudegen joined #rest
12:24 bigbluehat joined #rest
12:28 ghostlight joined #rest
12:29 ghostlight joined #rest
13:22 tbsf joined #rest
14:01 tbsf joined #rest
14:20 fuzzyhorns joined #rest
14:40 firemark joined #rest
14:57 ralphschindler joined #rest
15:15 shodan` joined #rest
15:37 tbsf joined #rest
16:53 wsieroci joined #rest
17:08 tbsf joined #rest
17:12 tbsf joined #rest
17:59 tbsf joined #rest
19:24 tbsf joined #rest
19:56 tbsf joined #rest
19:57 Coldblackice joined #rest
20:00 tbsf joined #rest
20:14 foist joined #rest
20:36 tbsf joined #rest
20:53 fuzzyhorns joined #rest
21:34 al_nz1 joined #rest
21:35 al_nz1 Hello. I am trying to make a REST request (a GET one) (using VBA) to a site that requires me to pass a username and password - this is fine, the problem is I am a client behind a firewall, which also requires a username and password to let the request out from behind the proxy? I presume
21:36 al_nz1 Currently i can open a website that doesnt require any credentials with the code '.Open "GET", URL_HERE, false, username, password
21:37 al_nz1 but how would you authenticate with proxy and authenticate with target site
21:37 al_nz1 which is two different crednetials
21:43 al_nz1 I think it is something to do with proxy
22:04 tbsf joined #rest
22:16 tbsf joined #rest
22:23 tbsf_ joined #rest
22:27 tbsf joined #rest
22:31 al_nz1 is there a specific format for parameters in body, or is that defined by the server
22:55 tonyacunar joined #rest
23:57 pdurbin al_nz1: well, it sounds like you're in charge of the server. You can do what you want.

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

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