MCPcopy Create free account

hub / github.com/Treeki/BirdBridge / functions

Functions31 in github.com/Treeki/BirdBridge

↓ 23 callersMethodget
(url: string|URL, queryParams?: Record<string, string>, bodyParams?: Record<string, string> | null)
utils/oauth.ts:97
↓ 16 callersFunctionbuildParams
(isTweet: boolean)
utils/apiUtil.ts:29
↓ 16 callersFunctiontweetToToot
(tweet: Record<string, any>, globalObjects?: any)
conversion.ts:295
↓ 14 callersMethodpost
(url: string|URL, queryParams?: Record<string, string>, bodyParams?: Record<string, string> | null)
utils/oauth.ts:100
↓ 14 callersMethodrequest
(method: string, url: string|URL, queryParams?: Record<string, string>, bodyParams?: Record<string, string> |
utils/oauth.ts:58
↓ 12 callersFunctionpercentEncode
(s: string)
utils/oauth.ts:4
↓ 9 callersFunctionuserToAccount
(user: Record<string, any>)
conversion.ts:119
↓ 5 callersFunctionaddPageLinksToResponse
(url: URL, items: {id: string}[], response: express.Response)
utils/apiUtil.ts:60
↓ 4 callersFunctionconvertTimestamp
(ts: string)
conversion.ts:19
↓ 4 callersFunctioninjectPagingInfo
(query: Record<string, any>, params: Record<string, any>)
utils/apiUtil.ts:49
↓ 3 callersMethodfetchUser
(id: string)
utils/userCache.ts:53
↓ 3 callersFunctiongetUserCache
(oauth: OAuth)
main.ts:20
↓ 2 callersFunctionmakeClientSecret
(clientId: string)
apis/authflow.ts:74
↓ 1 callersFunctionactivityToNotification
(activity: Record<string, any>)
conversion.ts:403
↓ 1 callersFunctionbuildHmacKey
(consumerSecret: string, accessTokenSecret: string)
utils/oauth.ts:8
↓ 1 callersFunctionconvertCard
(card: Record<string, any>, extendedEntities: any)
conversion.ts:214
↓ 1 callersFunctionconvertFormattedText
(text: string, entities: Record<string, any[]>, display_text_range: [number, number])
conversion.ts:37
↓ 1 callersFunctionconvertPollTimestamp
(ts: string)
conversion.ts:33
↓ 1 callersFunctionconvertTweetSource
(source: string)
conversion.ts:286
↓ 1 callersFunctionisMentionsTimelineQuery
(data: any)
main.ts:214
↓ 1 callersFunctionmakeSignature
(hmacKey: CryptoKey, oauthParams: Record<string, string>, method: string, url: string|URL, params: URLSearchPa
utils/oauth.ts:14
↓ 1 callersFunctionplainFetchUser
(oauth: OAuth, id: string)
utils/userCache.ts:10
↓ 1 callersFunctiontryExpandURL
(tcoUrl: string, extendedEntities: any)
conversion.ts:201
Methodconstructor
(consumerKey: string, consumerSecret: string, accessToken: string, accessTokenSecret: string)
utils/oauth.ts:50
Methodconstructor
(id: string, promise: Promise<Record<string, any>>)
utils/userCache.ts:22
Methodconstructor
(oauth: OAuth)
utils/userCache.ts:48
FunctionconvertMedia
(media: Record<string, any>)
conversion.ts:166
Methodinvalid
()
utils/userCache.ts:35
FunctionpackObject
(obj: T)
apis/authflow.ts:26
Functionsetup
(app: express.Express)
apis/authflow.ts:81
FunctionunpackObject
(str: string)
apis/authflow.ts:33