Skip to content

Instantly share code, notes, and snippets.

@smellman
Created March 14, 2013 03:32
Show Gist options
  • Save smellman/5158604 to your computer and use it in GitHub Desktop.
Save smellman/5158604 to your computer and use it in GitHub Desktop.
localwiki api sample
[/Users/btm] % irb
>> require 'cgi'
=> true
>> CGI.escape("ネットアクション")
=> "%E3%83%8D%E3%83%83%E3%83%88%E3%82%A2%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3"
コンテンツ取得
curl "http://localwiki.jp/api/page/?format=json&limit=0&page_tags__tags__slug__in=%E3%83%8D%E3%83%83%E3%83%88%E3%82%A2%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3"
地図取得
curl "http://localwiki.jp/api/map/?format=json&limit=0&page__page_tags__tags__slug__in=%E3%83%8D%E3%83%83%E3%83%88%E3%82%A2%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment