This commit is contained in:
Ritchie Martori 2013-11-20 14:19:00 -08:00
commit 2090959bfc
2 changed files with 8 additions and 6 deletions

View File

@ -1,8 +1,8 @@
## Node.js API
* [App](api-app.md)
* [Model](api-model.md)
* [Remote methods and hooks](api-model-remote.md)
* [DataSource](api-datasource.md)
* [GeoPoint](api-geopoint.md)
* [REST API](rest.md)
* [App](#app-object)
* [DataSource](#data-source-object)
* [GeoPoint](#geopoint-object)
* [Model](#model-object)
* [Remote methods and hooks](#remote-methods-and-hooks)
* [REST API](#rest-api)

View File

@ -1,3 +1,5 @@
#REST API
##create
Create a new instance of the model and persist it into the data source