fastladderのAPIをとりあえずまとめておく
個人的に今後使う予定があるけど、いちいちdevelopmentモードでAPI確認するのは手間なので
使い方や今後どう利用するかは今後の要検討
| Path / Url | |||
|---|---|---|---|
| api_pin_all_path | POST | /api/pin/all(.:format) | api/pin#all |
| api_pin_add_path | POST | /api/pin/add(.:format) | api/pin#add |
| api_pin_remove_path | POST | /api/pin/remove(.:format) | api/pin#remove |
| api_pin_clear_path | POST | /api/pin/clear(.:format) | api/pin#clear |
| api_feed_discover_path | GET|POST | /api/feed/discover(.:format) | api/feed#discover |
| api_feed_subscribe_path | POST | /api/feed/subscribe(.:format) | api/feed#subscribe |
| api_feed_unsubscribe_path | POST | /api/feed/unsubscribe(.:format) | api/feed#unsubscribe |
| api_feed_subscribed_path | GET|POST | /api/feed/subscribed(.:format) | api/feed#subscribed |
| api_feed_update_path | POST | /api/feed/update(.:format) | api/feed#update |
| api_feed_move_path | POST | /api/feed/move(.:format) | api/feed#move |
| api_feed_set_rate_path | POST | /api/feed/set_rate(.:format) | api/feed#set_rate |
| api_feed_set_notify_path | POST | /api/feed/set_notify(.:format) | api/feed#set_notify |
| api_feed_set_public_path | POST | /api/feed/set_public(.:format) | api/feed#set_public |
| api_feed_add_tags_path | POST | /api/feed/add_tags(.:format) | api/feed#add_tags |
| api_feed_remove_tags_path | POST | /api/feed/remove_tags(.:format) | api/feed#remove_tags |
| api_feed_fetch_favicon_path | POST | /api/feed/fetch_favicon(.:format | api/feed#fetch_favicon |
| api_folder_create_path | POST | /api/folder/create(.:format) | api/folder#create |
| api_folder_delete_path | POST | /api/folder/delete(.:format) | api/folder#delete |
| api_folder_update_path | POST | /api/folder/update(.:format) | api/folder#update |
| api_config_load_path | POST|GET | /api/config/load(.:format) | api/config#getter |
| api_config_save_path | POST | /api/config/save(.:format) | api/config#setter |
| api_all_path | GET|POST | /api/all(.:format) | api#all |
| api_unread_path | GET|POST | /api/unread(.:format) | api#unread |
| api_touch_all_path | GET|POST | /api/touch_all(.:format) | api#touch_all |
| api_touch_path | GET|POST | /api/touch(.:format) | api#touch |
| api_item_count_path | GET|POST | /api/item_count(.:format) | api#item_count |
| api_unread_count_path | GET|POST | /api/unread_count(.:format) | api#unread_count |
| api_crawl_path | GET|POST | /api/crawl(.:format) | api#crawl |
| api_subs_path | POST | /api/subs(.:format) | api#subs |
| api_lite_subs_path | POST | /api/lite_subs(.:format) | api#lite_subs |
| api_error_subs_path | POST | /api/error_subs(.:format) | api#error_subs |
| api_folders_path | POST | /api/folders(.:format) | api#folders |
| POST|GET | /api/*_(.:format) | application#nothing | |
| subscribe_index_path | GET | /subscribe(.:format) | subscribe#index |
| subscribe_path | GET | /subscribe/*url | subscribe#confirm |
| POST | /subscribe/*url | subscribe#subscribe | |
| about_path | GET | /about/*url | about#index |
| user_path | GET | /user/:login_name(.:format) | user#index |
| favicon_path | GET | /favicon/*feed(.:format) | favicon#get |
| members_path | POST | /members(.:format) | members#create |
| sign_up_path | GET | /signup(.:format) | members#new |
| session_path | POST | /session(.:format) | sessions#create |
| login_path | GET | /login(.:format) | sessions#new |
| logout_path | GET | /logout(.:format) | sessions#destroy |
| root_path | GET | / | reader#welcome |
| reader_path | GET | /reader(.:format) | reader#index |
| contents_guide_path | GET | /contents/guide(.:format) | contents#guide |
| contents_config_path | GET | /contents/config(.:format) | contents#configure |
| contents_manage_path | GET | /contents/manage(.:format) | contents#manage |
| share_path | GET | /share(.:format) | share#index |
| import_path | GET | /import(.:format) | import#index |
| POST | /import(.:format) | import#fetch | |
| GET | /import/*url | import#fetch | |
| import_finish_path | POST | /import/finish(.:format) | import#finish |
| export_path | GET | /export/opml(.:format) | export#opml |
| account_index_path | GET | /account(.:format) | account#index |
| account_apikey_path | GET | /account/apikey(.:format) | account#apikey |
| account_backup_path | GET | /account/backup(.:format) | account#backup |
| account_password_path | GET | /account/password(.:format) | account#password |
| account_share_path | GET | /account/share(.:format) | account#share |
| POST | /account/apikey(.:format) | account#apikey | |
| rpc_update_feed_path | POST|GET | /rpc/update_feed(.:format) | rpc#update_feed |
| rpc_check_digest_path | POST|GET | /rpc/check_digest(.:format) | rpc#check_digest |
| rpc_update_feeds_path | POST|GET | /rpc/update_feeds(.:format) | rpc#update_feeds |
| rpc_export_path | POST|GET | /rpc/export(.:format) | rpc#export |
| utility_bookmarklet_path | GET | /utility/bookmarklet(.:format) | utility/bookmarklet#index |
スポンサーリンク




コメント