How to perform math with OurAPIServer
Execute simple math @operations. Example http://OURAPISERVER/sum/1/2 http://OURAPISERVER/diff/4/2 http://OURAPISERVER/mult/3/2 http://OURAPISERVER/div/6/2 URL http://OURAPISERVER/@op/@a/@b PARAMETERS @op => operation [sum|diff|mult|div] @a => param1 @b => param2