Tutorials
From DreamFactory
Line 19: | Line 19: | ||
* [[DreamFactory/Tutorials/Logging out|Logging out]] | * [[DreamFactory/Tutorials/Logging out|Logging out]] | ||
* [[DreamFactory/Tutorials/Open Registration|Open registration]] | * [[DreamFactory/Tutorials/Open Registration|Open registration]] | ||
− | * [[DreamFactory/Tutorials/Basic Auth|Basic | + | * [[DreamFactory/Tutorials/Basic Auth|Basic auth]] |
− | * [[DreamFactory/Tutorials/Access Using API Key|Access | + | * [[DreamFactory/Tutorials/Access Using API Key|Access using API key]] |
− | * [[DreamFactory/Tutorials/Access Using JWT|Access | + | * [[DreamFactory/Tutorials/Access Using JWT|Access using JWT]] |
− | * [[DreamFactory/Tutorials/Access Using JWT and API Key|Access | + | * [[DreamFactory/Tutorials/Access Using JWT and API Key|Access using JWT and API key]] |
* [[DreamFactory/Tutorials/Refreshing a JWT|Refreshing a JWT]] | * [[DreamFactory/Tutorials/Refreshing a JWT|Refreshing a JWT]] | ||
Revision as of 17:18, 15 October 2015
This section consists of short, example-based tutorials for the most common DreamFactory use cases.
Topics in this section include:
- 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]()
- Using the REST API
- Users
- Creating users
- Logging in
- Logging out
- Open registration
- Basic auth
- Access using API key
- Access using JWT
- Access using JWT and API key
- Refreshing a JWT
- Data
- Querying records with logical filters
- Querying records with an ID list
- Querying for a single record by ID
- Querying records in a date range
- Querying multiple tables with joins
- Specifying fields
- Sorting records
- Paginating records with limits and offsets
- Posting records
- Posting a single record
- Posting data to multiple tables with joins
- Updating records
- [Deleting records]()
- [Querying stored procedures]()
- [Querying SQL views]()
- [Querying SQL functions]()
- Files
- [Reading binary files]()
- [Writing binary files]()
- [Sending email]()
- Push notifications
- [Sending push notifications]()
- Remote web services
- [Edmunds API]()
- [Rotten Tomatoes API]()
- Scripting
- V8 Javascript
- [Field validation example]()
- [Push notification workflow rule example]()
- [Calculator example]()
- Node.js
- [Field validation example]()
- [Push notification workflow rule example]()
- [Calculator example]()
- PHP
- [Field validation example]()
- [Push notification workflow rule example]()
- [Calculator example]()
- User Management & Security Settings
- Role-Based Access Control
- [Setting up user roles]()
- [Accessing system resources]()
- [Accessing SQL tables]()
- [Accessing NoSQL collections]()
- [Accessing folders]()
- [Accessing email services]()
- [Accessing push notifications]()
- [Accessing remote web services]()
- [Accessing scripts]()
- [Using role lookup keys]()
- [Record-level access control with server-side filters]()
- Single Sign On
- Configuration Settings
- [Clearing the Swagger cache]()
- Enabling CORS Access
- [Setting up email templates]()
- [Setting up lookup keys]()