Tutorials

From DreamFactory
Jump to: navigation, search
DreamFactoryTutorials
Line 5: Line 5:
 
## Using the REST API
 
## Using the REST API
  
### User operations
+
### Users
 
* [Creating users]()
 
* [Creating users]()
 
* [Logging in]()
 
* [Logging in]()
 
* [Logging out]()
 
* [Logging out]()
  
### Database operations
+
### Databases
 
+
 
* [Querying records with logical filters](Querying-records-with-logical-filters)
 
* [Querying records with logical filters](Querying-records-with-logical-filters)
 
* [Querying records with an ID list]()
 
* [Querying records with an ID list]()
Line 30: Line 29:
 
* [Deleting records]()
 
* [Deleting records]()
  
### File operations
+
### Files
  
 
* [Reading binary files]()
 
* [Reading binary files]()
 
* [Writing binary files]()
 
* [Writing binary files]()
 +
 +
### Email
 +
 +
### Push notifications
 +
 +
### Remote web services

Revision as of 21:13, 15 September 2015

This section provides short tutorials by example. These tutorials cover the most common DreamFactory use cases.

Topics in this section include:

    1. Using the REST API
      1. Users
  • [Creating users]()
  • [Logging in]()
  • [Logging out]()
      1. 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]()
      1. Files
  • [Reading binary files]()
  • [Writing binary files]()
      1. Email
      1. Push notifications
      1. Remote web services