Tutorials

From DreamFactory
Jump to: navigation, search
DreamFactoryTutorials
Line 107: Line 107:
 
## Configuration Settings
 
## Configuration Settings
  
* [[DreamFactory/Tutorials/Clearing the Swagger cache|Clearing the Swagger cache]]
+
* [[DreamFactory/Tutorials/Clearing the System cache|Clearing the System cache]]
 
* [[DreamFactory/Tutorials/Enabling CORS Access|Enabling CORS Access]]
 
* [[DreamFactory/Tutorials/Enabling CORS Access|Enabling CORS Access]]
 
* [Setting up email templates]()
 
* [Setting up email templates]()
 
* [Setting up lookup keys]()
 
* [Setting up lookup keys]()

Revision as of 14:33, 29 October 2015

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

Topics in this section include:

    1. Setting up API Services
  • Connecting to SQL
  • [Connecting to NoSQL]()
  • [Connecting to file storage]()
  • [Connecting to email services]()
  • [Connecting to push notification services]()
  • [Connecting to remote web services]()
    1. Using the REST API
      1. Users
      1. SQL and NoSQL Data
      1. SQL-Specific Data
      1. Files
      1. Email
      1. Push Notifications
      1. Remote Web Services
    1. Scripting
      1. V8 Javascript
      1. Node.js
  • [Field validation example]()
  • [Push notification workflow rule example]()
  • [Custom scripting service example]()
      1. PHP
    1. User Management & Security Settings
      1. Role-Based Access Control
      1. Single Sign On
    1. Configuration Settings