Deployd: Create RESTful JSON APIs using a GUI interface
11–20 of 46 posts
Re: Deployd: Create RESTful JSON APIs using a GUI interface
#12A small thing: For cancelled DELETE requests like shown in the video, it would be better to return 403 Forbidden [1] instead of 400 Bad Request [2]:
10.4.1 400 Bad Request
The request could not be understood by the server due to malformed syntax.
Vs. 10.4.4 403 Forbidden
The server understood the request, but is refusing to fulfill it.
[1] http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10...[2] http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10...
Re: Deployd: Create RESTful JSON APIs using a GUI interface
#13I like it. But it would be nice to have the option to deploy on my own server.
Re: Deployd: Create RESTful JSON APIs using a GUI interface
#14Re: Deployd: Create RESTful JSON APIs using a GUI interface
#15An error has occurred: {"code":"ENOTFOUND","errno":"ENOTFOUND","syscall":"getaddrinfo"}
Either way, this looks like an awesome product and I can't wait to learn more.
Re: Deployd: Create RESTful JSON APIs using a GUI interface
#16An error has occurred: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect"}
Re: Deployd: Create RESTful JSON APIs using a GUI interface
#17GUI Interface. You're kidding right? http://www.youtube.com/watch?v=hkDD03yeLnU
Re: Deployd: Create RESTful JSON APIs using a GUI interface
#18I would love to look at the docs and tutorials but I keep getting: An error has occurred: {"code":"ENOTFOUND","errno":"ENOTFOUND","syscall":"getaddrinfo"} Either way, this looks like an awesome product and I can't wait to learn more.
Re: Deployd: Create RESTful JSON APIs using a GUI interface
#19This looks pretty interesting. A small thing: For cancelled DELETE requests like shown in the video, it would be better to return 403 Forbidden [1] instead of 400 Bad Request [2]: 10.4.1 400 Bad Request The request could not be understood by the server due to malformed syntax. Vs. 10.4.4 403 Forbidden The server understood the request, but is refusing to fulfill it. [1] http://www.w3.org/Protocols/rfc2616/rfc2616-sec…
Edit: Unless you're saying that 403 should be the default code?
Re: Deployd: Create RESTful JSON APIs using a GUI interface
#20An error has occurred: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect"}
mine is: An error has occurred: {"code":"ENOTFOUND","errno":"ENOTFOUND","syscall":"getaddrinfo"}