Drop sure

This commit is contained in:
Raymond Feng 2013-09-17 09:47:00 -07:00
parent 7e7a7c031c
commit 43c2fb5c00
1 changed files with 2 additions and 3 deletions

View File

@ -5,9 +5,8 @@ to create a project and add models using the `slc lb` command line tool, REST
APIs are automatically added to your application.
Now we have a handful of REST APIs. It would be nice to see the list of APIs and
try them out without writing code. Sure, we can do that! LoopBack provides a
Web based API explorer out of the box to document and explore REST APIs for the
models.
try them out without writing code. We can do that! LoopBack provides a Web based
API explorer out of the box to document and explore REST APIs for the models.
Let's give a try first.