You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Find links available for the specified reddit post ID.
35
+
/// </summary>
36
+
/// <param name="redditPostId">The unique reddit post ID. For example, use "sf8kp8" from the permalink "https://www.reddit.com/r/aww/comments/sf8kp8/treats_you_say/".</param>
37
+
[HttpGet]
38
+
[Route("Link/By-Reddit-Post-Id/{redditPostId}")]
39
+
[SwaggerResponse((int)HttpStatusCode.OK,
40
+
description:"OK. A list of links available for this reddit post ID.",
0 commit comments