MCPcopy Create free account
hub / github.com/GetStream/stream-js / og

Method og

src/client.ts:930–936  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

928 }
929
930 og(url: string) {
931 return this.get<OGAPIResponse>({
932 url: 'og/',
933 qs: { url },
934 token: this.getOrCreateToken(),
935 });
936 }
937
938 personalizedFeed(options: GetFeedOptions = {}) {
939 return this.get<PersonalizationFeedAPIResponse<StreamFeedGenerics>>({

Callers 2

open_graph.jsFile · 0.80
test.tsFile · 0.80

Calls 2

getMethod · 0.95
getOrCreateTokenMethod · 0.95

Tested by

no test coverage detected