Tutorials

From DreamFactory
Jump to: navigation, search
DreamFactoryTutorials
Line 3: Line 3:
 
Topics in this section include:
 
Topics in this section include:
  
## Setting up API Services
+
== Setting up API Services ==
  
 
* [[Media:service_matrix_pub.pdf | Database and server side scripting support by host type]]
 
* [[Media:service_matrix_pub.pdf | Database and server side scripting support by host type]]
Line 14: Line 14:
  
  
## Using the REST API
+
== Using the REST API ==
  
### Upgrading your app
+
=== Upgrading your app ===
 
* [[DreamFactory/Tutorials/Upgrading_Your_App|Upgrading your app from 1.x]]
 
* [[DreamFactory/Tutorials/Upgrading_Your_App|Upgrading your app from 1.x]]
  
### Users
+
=== Users ===
 
* [[DreamFactory/Tutorials/Creating users|Creating users]]
 
* [[DreamFactory/Tutorials/Creating users|Creating users]]
 
* [[DreamFactory/Tutorials/Logging in|Logging in]]
 
* [[DreamFactory/Tutorials/Logging in|Logging in]]
Line 34: Line 34:
 
* [[DreamFactory/Tutorials/Using Forever Session|Using forever sessions]]
 
* [[DreamFactory/Tutorials/Using Forever Session|Using forever sessions]]
  
### SQL and NoSQL Data
+
=== SQL and NoSQL Data ===
  
 
* [[DreamFactory/Tutorials/Querying records with logical filters|Querying records with logical filters]]
 
* [[DreamFactory/Tutorials/Querying records with logical filters|Querying records with logical filters]]
Line 47: Line 47:
 
* [[DreamFactory/Tutorials/Deleting records|Deleting records]]
 
* [[DreamFactory/Tutorials/Deleting records|Deleting records]]
  
### SQL-Specific Data
+
=== SQL-Specific Data ===
  
 
* [[DreamFactory/Tutorials/Querying multiple tables with joins|Querying multiple tables with joins]]
 
* [[DreamFactory/Tutorials/Querying multiple tables with joins|Querying multiple tables with joins]]
Line 55: Line 55:
 
* [[DreamFactory/Tutorials/Calling SQL functions|Calling SQL functions]]
 
* [[DreamFactory/Tutorials/Calling SQL functions|Calling SQL functions]]
  
### Files
+
=== Files ===
  
 
* [[DreamFactory/Tutorials/Uploading File|Uploading file]]
 
* [[DreamFactory/Tutorials/Uploading File|Uploading file]]
Line 62: Line 62:
 
* [[DreamFactory/Tutorials/Adding a text file|Adding a text file]]
 
* [[DreamFactory/Tutorials/Adding a text file|Adding a text file]]
  
### Email  
+
=== Email ===
 
* [[DreamFactory/Tutorials/Sending Email|Sending email]]
 
* [[DreamFactory/Tutorials/Sending Email|Sending email]]
  
### Push Notifications
+
=== Push Notifications ===
 
* [[DreamFactory/Tutorials/Sending_Push_Notifications|Sending push notifications]]
 
* [[DreamFactory/Tutorials/Sending_Push_Notifications|Sending push notifications]]
  
### Remote Web Services
+
=== Remote Web Services ===
 
* [[DreamFactory/Tutorials/Edmunds_API|Edmunds API]]
 
* [[DreamFactory/Tutorials/Edmunds_API|Edmunds API]]
 
* [[DreamFactory/Tutorials/Rotten_Tomatoes_API|Rotten Tomatoes API]]
 
* [[DreamFactory/Tutorials/Rotten_Tomatoes_API|Rotten Tomatoes API]]
  
## Scripting
+
== Scripting ==
  
### V8 Javascript
+
=== V8 Javascript ===
  
 
* [[DreamFactory/Tutorials/V8_field_validation|Field validation example]]
 
* [[DreamFactory/Tutorials/V8_field_validation|Field validation example]]
Line 80: Line 80:
 
* [[DreamFactory/Tutorials/V8_custom_scripting_service|Custom scripting service example]]
 
* [[DreamFactory/Tutorials/V8_custom_scripting_service|Custom scripting service example]]
  
### Node.js
+
=== Node.js ===
  
 
Coming soon!
 
Coming soon!
  
### PHP
+
=== PHP ===
  
 
* [[DreamFactory/Tutorials/PHP Field validation example|Field validation example]]
 
* [[DreamFactory/Tutorials/PHP Field validation example|Field validation example]]
Line 90: Line 90:
 
* [[DreamFactory/Tutorials/Custom scripting service example|Custom scripting service example]]
 
* [[DreamFactory/Tutorials/Custom scripting service example|Custom scripting service example]]
  
## User Management & Security Settings
+
== User Management & Security Settings ==
  
### Role-Based Access Control
+
=== Role-Based Access Control ===
  
 
* [[DreamFactory/Tutorials/Setting up user roles|Setting up user roles]]
 
* [[DreamFactory/Tutorials/Setting up user roles|Setting up user roles]]
Line 106: Line 106:
 
* [[DreamFactory/Tutorials/Using role lookup keys|Using role lookup keys]]
 
* [[DreamFactory/Tutorials/Using role lookup keys|Using role lookup keys]]
  
### Single Sign On
+
=== Single Sign On ===
  
 
* [[DreamFactory/Tutorials/Using LDAP|Using LDAP]]
 
* [[DreamFactory/Tutorials/Using LDAP|Using LDAP]]
Line 112: Line 112:
 
* [[DreamFactory/Tutorials/Using OAuth|Using OAuth]]
 
* [[DreamFactory/Tutorials/Using OAuth|Using OAuth]]
  
### Active Directory
+
=== Active Directory ===
 +
 
 
* [[DreamFactory/Tutorials/Importing Groups as Roles|Importing Groups as Roles]]
 
* [[DreamFactory/Tutorials/Importing Groups as Roles|Importing Groups as Roles]]
 
* [[DreamFactory/Tutorials/Mapping Roles to AD Groups|Mapping Roles to AD Groups]]
 
* [[DreamFactory/Tutorials/Mapping Roles to AD Groups|Mapping Roles to AD Groups]]
Line 119: Line 120:
 
* [[DreamFactory/Tutorials/Retrieving AD Computers|Retrieving AD Computers]]
 
* [[DreamFactory/Tutorials/Retrieving AD Computers|Retrieving AD Computers]]
  
## Configuration Settings
+
== Configuration Settings ==
  
 
* [[DreamFactory/Tutorials/Clearing the System cache|Clearing the System cache]]
 
* [[DreamFactory/Tutorials/Clearing the System cache|Clearing the System cache]]

Revision as of 14:42, 3 February 2016

This section consists of short, example-based tutorials for the most common DreamFactory use cases.

Topics in this section include:

Setting up API Services


Using the REST API

Upgrading your app

Users

SQL and NoSQL Data

SQL-Specific Data

Files

Email

Push Notifications

Remote Web Services

Scripting

V8 Javascript

Node.js

Coming soon!

PHP

User Management & Security Settings

Role-Based Access Control

Single Sign On

Active Directory

Configuration Settings