Add placeholders for client apis

This commit is contained in:
Ritchie Martori 2013-09-06 12:32:11 -07:00
parent b1d554709d
commit f0d0a778ca
5 changed files with 30 additions and 13 deletions

View File

@ -6,9 +6,11 @@
"docs/gettingstarted.md", "docs/gettingstarted.md",
"docs/resources.md", "docs/resources.md",
"docs/concepts.md", "docs/concepts.md",
{"title": "API", "depth": 2}, "docs/cli.md",
"docs/api.md", "docs/api.md",
"docs/rest.md", "docs/ios.md",
"docs/cli.md" "docs/js.md",
"docs/java.md",
"docs/rest.md"
] ]
} }

View File

@ -889,18 +889,26 @@ var memory = loopback.createDataSource({
}); });
``` ```
**Available Connectors** **Database Connectors**
- [In Memory](#memory-connector) - [In Memory](#memory-connector)
- [REST](http://github.com/strongloop/loopback-connector-rest)
- [Oracle](http://github.com/strongloop/loopback-connector-oracle) - [Oracle](http://github.com/strongloop/loopback-connector-oracle)
- [MongoDB](http://github.com/strongloop/loopback-connector-mongodb) - [MongoDB](http://github.com/strongloop/loopback-connector-mongodb)
- TODO - [MySQL](http://github.com/strongloop/loopback-connector-mysql) - [MySQL](http://github.com/strongloop/loopback-connector-mysql) - In Development
- TODO - [SQLite3](http://github.com/strongloop/loopback-connector-sqlite) - [SQLite3](http://github.com/strongloop/loopback-connector-sqlite) - In Development
- TODO - [Postgres](http://github.com/strongloop/loopback-connector-postgres) - [Postgres](http://github.com/strongloop/loopback-connector-postgres) - In Development
- TODO - [Redis](http://github.com/strongloop/loopback-connector-redis) - [Redis](http://github.com/strongloop/loopback-connector-redis) - In Development
- TODO - [CouchDB](http://github.com/strongloop/loopback-connector-couch) - [CouchDB](http://github.com/strongloop/loopback-connector-couch) - In Development
- TODO - [Firebird](http://github.com/strongloop/loopback-connector-firebird) - [Firebird](http://github.com/strongloop/loopback-connector-firebird) - In Development
**Other Connectors**
- [REST](http://github.com/strongloop/loopback-connector-rest)
- [Email](#email-model)
- [JSON RPC](http://github.com/strongloop/loopback-connector-jsonrpc) - In Development
- [SOAP](http://github.com/strongloop/loopback-connector-soap) - In Development
- [Push Notifications](https://github.com/strongloop/loopback-push-notification) - In Development
- [File Storage](https://github.com/strongloop/loopback-storage-service) - In Development
**Installing Connectors** **Installing Connectors**
@ -949,8 +957,6 @@ function count() {
} }
``` ```
###### Operations
**CRUD / Query** **CRUD / Query**
The memory connector supports all the standard [query and crud operations](#crud-and-query-mixins) to allow you to test your models against an in memory data source. The memory connector supports all the standard [query and crud operations](#crud-and-query-mixins) to allow you to test your models against an in memory data source.

3
docs/ios.md Normal file
View File

@ -0,0 +1,3 @@
## iOS API
<h3><em>Stay tuned. Currently in development.</em></h3>

3
docs/java.md Normal file
View File

@ -0,0 +1,3 @@
## Android API
<h3><em>Stay tuned. Currently in development.</em></h3>

3
docs/js.md Normal file
View File

@ -0,0 +1,3 @@
## Browser API
<h3><em>Stay tuned. Currently in development.</em></h3>