Skip to content

Instantly share code, notes, and snippets.

View rashedtalukder's full-sized avatar

Rashed Talukder rashedtalukder

View GitHub Profile
@rashedtalukder
rashedtalukder / twitter-getstarted.raml
Last active May 28, 2019 05:05
Twitter Consumable API
#%RAML 1.0
title: Twitter-GetStarted
version: v1
baseUri: https://956df5a2.ngrok.io/api/twitter/{version}
mediaType: application/json
description: Twitter is an online social networking and microblogging service that enables users to send and read short 140-character text messages, called "tweets." This service allows users to post a tweet to the corporate Twitter account.
/tweet:
post:
description: Updates the authenticating user's current status, also known as tweeting.