# File lib/apipie_bindings/api.rb, line 223 def check_cache begin response = http_call('get', "/apidoc/apipie_checksum", {}, {:accept => "application/json"}) response['checksum'] rescue nil end end