Quantcast
Channel: MultiTech Developer Resources » All Posts
Viewing all articles
Browse latest Browse all 7111

Reply To: rCell – multiple users and weird design choices

$
0
0

I see now that there’s version 4.1.0 of the firmware out. I had to guess at the URL of its change log (based on the 4.0.5 one that you gave me) and in it I see this:

– Certain version 1 API (/api/v1) calls do not work.

That’s a pretty scary line to come across. Can you refer me to documentation for the API version that 4.1.0 uses? I can’t seem to find that anywhere either.

And it looks like the same basic issues still exist:

– A misunderstanding of how REST should work. It should be stateless, and not have a notion of “logging in” or “logging out”. And it certainly shouldn’t tie a user to a connecting IP address.
– The API for SMS send should return a unique identifier for each request, and another call should return status on the message with that identifier.

Do you know if any development work is going on that would address either of these?

Thanks,

…Steve


Viewing all articles
Browse latest Browse all 7111

Trending Articles