ThingSpeakAndroid icon indicating copy to clipboard operation
ThingSpeakAndroid copied to clipboard

Added support for specifing server url in constructor

Open Utkarsh-vishnoi opened this issue 6 years ago • 0 comments

I have created two more constructors which now can take an optional argument, one can set THINGSPEAK_API url by passing it as a string to the last argument.

Note:- The URL to be passed must be of data-type java.net.URL which is later passed into string.

Utkarsh-vishnoi avatar May 02 '18 08:05 Utkarsh-vishnoi