{"resources":[{"url":"/lbs","description":"LBS geocoding","parameters":[{"cellid":{"type":"Number"},"mcc":{"type":"Number"},"lac":{"type":"Number"},"mnc":{"type":"Number"}}],"response":{"coordinates":{"type":"Array","example":[59,30]},"radius":{"type":"Number"}}},{"url":"/wifi","description":"WiFi geocoding","parameters":[{"mac":{"type":"String"},"dbm":{"type":"Number"}}],"response":{"coordinates":{"type":"Array","example":[59,30]}}},{"url":"/fixtures/success","description":"LBS/WiFi geocoding fake external success response"},{"url":"/fixtures/lbs/error","description":"LBS/WiFi geocoding fake external error response"},{"url":"/cache/length","description":"Current cache length","response":{"length":{"type":"Number"}}},{"url":"/cache/clear","description":"Clears all cache"},{"url":"/cache/find-by-prefix","description":"Finds all data with keys having prefix","parameters":[{"prefix":{"type":"String","enum":["lbs"]},"maxAge":{"type":"Number","optional":true,"default":864001000}}],"response":{"data":{"type":"Object[]"}}}]}