Example #1
0
TWITTER_ENDPOINTS = LaxRecipeChef.string_recipe_to_dict("""
    search - GET
    trends - GET
    trends/current - GET
    trends/daily - GET
    trends/weekly - GET
    statuses/public_timeline - GET
    statuses/home_timeline - GET
    statuses/friends_timeline - GET
    statuses/user_timeline - GET
    statuses/mentions - GET
    statuses/retweeted_by_me - GET
    statuses/retweeted_to_me - GET
    statuses/retweets_of_me - GET
    statuses/show - GET
    statuses/update - POST
    statuses/destroy - POST
    statuses/retweet - POST
    statuses/retweets - GET
    users/show - GET
    users/search - GET
    statuses/friends - GET
    statuses/followers - GET
    direct_messages - GET
    direct_messages/sent - GET
    direct_messages/new - POST
    direct_messages/destroy - POST
    friendships/create - POST
    friendships/destroy - POST
    friendships/exists - GET
    friendships/show - GET
    friends/ids - GET
    followers/ids - GET
    account/verify_credentials - GET
    account/rate_limit_status - GET
    account/end_session - POST
    account/update_delivery_device - POST
    account/update_profile_colors - POST
    account/update_profile_image - POST
    account/update_profile_background_image - POST
    account/update_profile - POST
    favorites - GET
    favorites/create - POST
    favorites/destroy - POST
    notifications/follow - POST
    notifications/leave - POST
    blocks/create - POST
    blocks/destroy - POST
    blocks/exists - GET
    blocks/blocking - GET
    blocks/blocking/ids - GET
    report_spam - GET
    saved_searches - GET
    saved_searches/show - GET
    saved_searches/create - POST
    saved_searches/destroy - POST
    oauth/request_token - GET
    oauth/authorize - GET
    oauth/authenticate - GET
    oauth/access_token - POST
    trends/available - GET
    trends/location - GET
""")