Created
March 14, 2013 03:32
-
-
Save smellman/5158604 to your computer and use it in GitHub Desktop.
localwiki api sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[/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