Constructs an instance of this controller.
This method returns an array of SocialPlatformDTO objects that contain information about available social platform configurations.
An array of social platform configuration objects.
This method returns a SocialPlatformDTO object that contains
information about a social platform's links to share content.
Note that future iterations may use a browser redirection here or
provide a redirection capacity.
The name of the social platform, e.g. "facebook", "twitter", etc.
A social platform configuration object.
Generated using TypeDoc
COMMON
The social controller of the app. Handles requests about social platforms. Typically, these requests are used by the frontend runtime to determine dynamic referral links.
This controller defines the following routes:
/social/platforms
GET
/social/share/:provider
GET
v0.5.0