You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This addresses issue #14. Adds the ability to append :devicetype parameter to the API endpoints in Constants.h
Will notify the backend server (as long as it accepts/expects it) of the type of device that is making the call. Sends either "tablet" or "phone". Tablet is any type of iPad and Phone is any type of iPhone/iPod Touch
You can now add the :devicetype parameter as part of the API endpoints in the Constants.h
It will indicate to your server backend of the type of device calling the API.
The values passed are "tablet" or "phone"
To implement this, you will need to add it to the Constants.h (see example below) as well as ensure your server backend expects the REST parameter. This will be added to the future version of Baker Cloud CE.
Discussion carried over from prior Issue that I logged.
Reference to prior simbul/baker Repo
Simbul#1179
The text was updated successfully, but these errors were encountered: