aREST icon indicating copy to clipboard operation
aREST copied to clipboard

function name gets confused after 6 characters

Open cbitterfield opened this issue 5 years ago • 1 comments

I had an issue with:

rest.function("config",sysConfig); rest.function("configBig",bigConfig);

The API sees these two functions as the same and only responds to the first one. If this is a limitation of 6 characters, it should be in the read me.

cbitterfield avatar Jan 02 '21 07:01 cbitterfield

Thanks for reporting this, we'll look into it and update the readme if necessary!

marcoschwartz avatar May 21 '21 06:05 marcoschwartz