Tutorials
From DreamFactory
Line 35: | Line 35: | ||
### Email | ### Email | ||
+ | * [Sending email]() | ||
### Push notifications | ### Push notifications | ||
+ | * [Sending push notifications]() | ||
### Remote web services | ### Remote web services | ||
+ | * [Edmunds API]() | ||
+ | * [Rotten Tomatoes API]() |
Revision as of 21:16, 15 September 2015
This section provides short tutorials by example. These tutorials cover the most common DreamFactory use cases.
Topics in this section include:
- Using the REST API
- Users
- [Creating users]()
- [Logging in]()
- [Logging out]()
- Databases
- [Querying records with logical filters](Querying-records-with-logical-filters)
- [Querying records with an ID list]()
- [Querying records in a date range]()
- [Querying multiple tables with joins]()
- [Querying stored procedures]()
- [Querying SQL views]()
- [Querying SQL functions]()
- [Specifying fields]()
- [Limiting records]()
- [Sorting records]()
- [Offsetting records]()
- [Paginating records]()
- [Specifying rollback policy]()
- [Posting records]()
- [Posting data to multiple tables with joins]()
- [Updating records]()
- [Deleting records]()
- Files
- [Reading binary files]()
- [Writing binary files]()
- [Sending email]()
- Push notifications
- [Sending push notifications]()
- Remote web services
- [Edmunds API]()
- [Rotten Tomatoes API]()