Upgrading Your App
From DreamFactory
The REST API has changed since version 1.x. Here are the basic steps to update your app for newer versions of DreamFactory.
- /rest changes to /api/v2
- /system/admin/session for admin login
- /user/session for user login
- /db/todo changes to /db/_table/todo
- App sends API key instead of app name
- App should send session token instead of session id
- Relationships are singular, related=contact_infos_by_contact_id becomes related=contact_info_by_contact_id