published
updated
source uri
author
contributor
Handler
Test
path
  • ?id=/en/bob_dylan
  • ?id=/en/bob_dylan&domain=/music
  • ?id=/en/bill_hicks?domain=/user/robert/american_comedy
  • ?id=/guid/9202a8c04000641f80000000008427e9
  • ?id=/en/woody_allen
  • ?id=/en/the_departed
  • ?id=/guid/9202a8c04000641f800000000022790c

summary

content

var util = acre.require("freebase:worker"); util.doIfThereIsId(function(id) { var settings = {}; settings.restrict_domain = acre.environ.params.domain; var o = util.getHotshot(id, settings); acre.start_response(200, { 'content-type': 'text/plain; charset="UTF-8"' }); var callback = util.getCallback(); if (callback != null) { acre.write(callback + "("); } acre.write(JSON.stringify(o)); if (callback != null) { acre.write(")"); } });
Created by jdouglas Jul 16, 2008
Last edited by jdouglas Aug 6, 2008
View topic history »

Comments

There is no discussion about this document.