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
I'll see if I can do this sometime today (Sunday).
Notes:
Method is passed as a $_GET parameter vs part of the url. This is not the first API I have seen to do this, but I'm thinking of a way to make this an option in the config file rather than continually tweaking the datasource (model file) instead.
I believe https is used for the REST or OAuth requests. Again this is not the first time I've seen this behavior, but I want to see if I can devise a better way to streamline it.
The text was updated successfully, but these errors were encountered:
I'll see if I can do this sometime today (Sunday).
Notes:
$_GET
parameter vs part of the url. This is not the first API I have seen to do this, but I'm thinking of a way to make this an option in the config file rather than continually tweaking the datasource (model file) instead.https
is used for the REST or OAuth requests. Again this is not the first time I've seen this behavior, but I want to see if I can devise a better way to streamline it.The text was updated successfully, but these errors were encountered: