Time |
S |
Nick |
Message |
02:19 |
|
|
fuzzyhorns joined #rest |
02:42 |
|
|
fuzzyhorns joined #rest |
03:19 |
|
|
rickharrison joined #rest |
03:27 |
|
|
huckleberry78 joined #rest |
03:49 |
|
|
huckleberry78 joined #rest |
03:54 |
|
|
Coldblackice joined #rest |
04:09 |
|
|
fuzzyhorns joined #rest |
04:16 |
|
|
fumanchu_ joined #rest |
04:23 |
|
|
baweaver joined #rest |
05:31 |
|
|
huckleberry78 joined #rest |
06:45 |
|
|
azer_ joined #rest |
07:04 |
|
|
angular_mike_ joined #rest |
07:33 |
|
|
rosstuck joined #rest |
07:43 |
|
|
_ollie joined #rest |
07:50 |
|
|
interop_madness joined #rest |
07:56 |
|
|
Left_Turn joined #rest |
08:01 |
|
|
graste joined #rest |
08:44 |
|
|
mezod joined #rest |
09:11 |
|
|
quimrstorres joined #rest |
09:22 |
|
|
quimrstorres joined #rest |
10:20 |
|
|
quimrstorres joined #rest |
11:11 |
|
|
quimrsto_ joined #rest |
11:15 |
|
|
quimrstorres joined #rest |
11:23 |
|
|
quimrsto_ joined #rest |
12:10 |
|
|
quimrstorres joined #rest |
12:33 |
|
|
_ollie joined #rest |
12:42 |
|
|
nkoza joined #rest |
12:49 |
|
|
vanHoesel joined #rest |
13:00 |
|
|
vanHoesel joined #rest |
13:04 |
|
|
quimrstorres joined #rest |
13:25 |
|
|
quimrsto_ joined #rest |
13:36 |
|
|
quimrstorres joined #rest |
13:48 |
|
|
mezod joined #rest |
15:25 |
|
|
foist joined #rest |
16:11 |
|
|
baweaver joined #rest |
16:48 |
|
|
quimrsto_ joined #rest |
17:40 |
|
|
azer_ joined #rest |
17:41 |
|
|
sfisque joined #rest |
17:45 |
|
|
mezod joined #rest |
17:51 |
|
|
saml joined #rest |
18:05 |
|
|
Left_Turn joined #rest |
18:17 |
|
|
azer_ joined #rest |
19:03 |
|
|
ralphschindler joined #rest |
19:05 |
|
|
azer_ joined #rest |
19:47 |
|
|
azer_ joined #rest |
20:26 |
|
|
sfisque joined #rest |
20:31 |
|
|
_ollie joined #rest |
20:49 |
|
|
azer_ joined #rest |
21:00 |
|
|
vanHoesel joined #rest |
21:16 |
|
|
vanHoesel joined #rest |
21:25 |
|
|
sulaiman joined #rest |
21:26 |
|
sulaiman |
Hello. What's your favourite stack to build a RESTful API with? |
21:28 |
|
sfisque |
the one that integrates with the customer's fabric the best |
21:32 |
|
sulaiman |
sfisque, I want to create a sample api to use with a sample iOS app. Can you suggest a framework? I can learn anything new. What would you use for a personal project? |
21:35 |
|
sfisque |
for simple, i'd probably say (and it makes me cringe to say it) spring-boot. it's fairly painless to bootstrap a simple rest endpoint using it. that being said, i'd basically tell you that you will get better mileage using your favorite web service provider (nginx, apache, tomcat, jboss, glassfish, etc.) and use whatever standard framework is provided for that service provider |
21:37 |
|
fumanchu_ |
I'm biased (because I'm still officially the lead dev) but: CherryPy |
21:38 |
|
fumanchu_ |
doesn't get much simpler than: http://cherrypy.readthedocs.org/en/latest/ |
21:39 |
|
sfisque |
unless he's not using python, but you get the idea. it really doesnt matter, as long as you build maintainable code that leverage a system that integrates with your customer's fabric, it's pretty much open field |
21:39 |
|
sulaiman |
I will check CherryPy out, I have previously invested some time learning laravel, so my initial choice is to us lumen (micro version of laravel). |
21:41 |
|
sulaiman |
Is the flickr and the moviedatabase api a good example of a restapi that I could try to mimick? |
21:42 |
|
sulaiman |
what are some interesting rest apis that I could try to learn good design from? |
21:45 |
|
sfisque |
i would say your best "model" for rest is a wiki. it pretty much embodies most of the "mutable" endpoint model. |
21:48 |
|
sfisque |
a wiki minus the UX that is |
22:01 |
|
|
fuzzyhorns joined #rest |
22:06 |
|
|
Coldblackice joined #rest |
22:12 |
|
|
vanHoesel joined #rest |
22:32 |
|
|
fuzzyhorns joined #rest |
22:46 |
|
|
sfisque joined #rest |
22:48 |
|
|
vanHoesel joined #rest |
23:23 |
|
|
fuzzyhorns joined #rest |
23:36 |
|
|
vanHoesel joined #rest |
23:39 |
|
|
sfisque1 joined #rest |
23:48 |
|
pdurbin |
could use Eve for prototyping android/ios API endpoints: http://stackoverflow.com/questions/21429131/using-mongodb-and-eve-to-rapidly-develop-an-ios-prototype |