-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build a simple app that uses this API #6
Comments
Also it's a great way to showcase the API. |
@marcoslhc is building our app here: https://github.com/marcoslhc/restaurant-inspections-webapp Thank you! ;) |
@marcoslhc how is the app going? I think @leordev and I might build a second webapp to test some things, in clojurescript! |
Features List
|
Just a quick update on the Front End app, @marcoslhs and I will be back by January to complete the first iteration. |
@Pancakerobot The API is running here http://45.55.191.140 You'll see the root endpoint responds with a description of all endpoints. All endpoints are GET requests and, when optional query params are available, they will be described on the API's JSON response. |
That’s excellent, thank you!
… On Jan 18, 2017, at 10:03 AM, Joel Quiles ***@***.***> wrote:
Just a quick update on the Front End app, @marcoslhs and I will be back by January to complete the first iteration.
@Pancakerobot <https://github.com/Pancakerobot> The API is running here http://45.55.191.140 <http://45.55.191.140/> You'll see the root endpoint responds with a description of all endpoints. All endpoints are GET requests and, when optional query params are available, they will be described on the API's JSON response.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#6 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AGXcNck-msyBGOa6XPkRjivK10cALoxrks5rTinOgaJpZM4JQTjZ>.
|
"The #1 best way to understand and address the weaknesses in an API's design and implementation is to use it in a production system. Whenever feasible, design an API in parallel with an accompanying integration of that API."
Maybe something like:
http://interactive.orlandosentinel.com/health-inspections/
The text was updated successfully, but these errors were encountered: