Using the REST API

From DreamFactory
Jump to: navigation, search
DreamFactoryTutorialsUsing the REST API
(Push Notifications)
 
(7 intermediate revisions by 4 users not shown)
Line 4: Line 4:
 
* [[DreamFactory/Tutorials/Confirming New User|Confirming new users]]
 
* [[DreamFactory/Tutorials/Confirming New User|Confirming new users]]
 
* [[DreamFactory/Tutorials/Setting_up_guest_access | Setting up guest access]]
 
* [[DreamFactory/Tutorials/Setting_up_guest_access | Setting up guest access]]
 +
* [[DreamFactory/Tutorials/Managing_user_lookups | Managing user lookups]]
 +
* [[DreamFactory/Tutorials/Managing_user_custom_data | Managing user custom data]]
 +
* [[DreamFactory/Tutorials/Managing_user_role_assignments | Managing user role assignments]]
  
 
== 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]]
 
* [[DreamFactory/Tutorials/Querying records with an ID list|Querying records with an ID list]]
 
* [[DreamFactory/Tutorials/Querying records with an ID list|Querying records with an ID list]]
Line 19: Line 21:
  
 
== 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]]
 
* [[DreamFactory/Tutorials/Posting data to multiple tables with joins|Posting data to multiple tables with joins]]
 
* [[DreamFactory/Tutorials/Posting data to multiple tables with joins|Posting data to multiple tables with joins]]
Line 30: Line 31:
  
 
== Files ==
 
== Files ==
 
 
* [[DreamFactory/Tutorials/Uploading File|Uploading file]]
 
* [[DreamFactory/Tutorials/Uploading File|Uploading file]]
 
* [[DreamFactory/Tutorials/Downloading File|Downloading file]]
 
* [[DreamFactory/Tutorials/Downloading File|Downloading file]]
Line 41: Line 41:
 
== Push Notifications ==
 
== Push Notifications ==
 
* [[DreamFactory/Tutorials/Sending_Push_Notifications|Sending push notifications]]
 
* [[DreamFactory/Tutorials/Sending_Push_Notifications|Sending push notifications]]
 +
* [[DreamFactory/Tutorials/Sending_Push_Notifications_Using_APNS|Sending push notifications using APNS]]
 +
* [[DreamFactory/Tutorials/Sending_Push_Notifications_Using_GCM_Service|Sending push notifications using GCM service]]
  
== Remote Web Services (REST) ==
+
== HTTP Services (Remote Web Services) ==
 +
* [[DreamFactory/Tutorials/Twilio_API|Twilio API]]
 +
* [[DreamFactory/Tutorials/MapQuest_API|MapQuest API]]
 
* [[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]]
Line 48: Line 52:
 
== SOAP Services ==
 
== SOAP Services ==
 
* [[DreamFactory/Tutorials/Temp_Conversion_SOAP_API|Temperature Conversion SOAP API]]
 
* [[DreamFactory/Tutorials/Temp_Conversion_SOAP_API|Temperature Conversion SOAP API]]
 +
 +
== Cache Services ==
 +
* [[DreamFactory/Tutorials/Using_Cache_Service|Using Cache Service]]

Latest revision as of 01:37, 1 March 2017

Users

SQL and NoSQL Data

SQL-Specific Data

Files

Email

Push Notifications

HTTP Services (Remote Web Services)

SOAP Services

Cache Services