Me
internal enum Me
The set of available Me API endpoint types.
-
The endpoint to the authenticated user’s details.
Declaration
Swift
case profile
-
The endpoint to update the authenticated user’s information.
Declaration
Swift
case update
-
The endpoint to the authenticated user’s followers list.
Declaration
Swift
case followers
-
The endpoint tothe authenticated user’s following list.
Declaration
Swift
case following
-
The endpoint value of the Me API type.
Declaration
Swift
var endpointValue: String { get }
-
The set of available Access Token API endpoint types.
See moreDeclaration
Swift
internal enum AccessTokens
-
The set of available Favorites API endpoint types.
See moreDeclaration
Swift
internal enum Favorites
-
The set of available Feed Messages API endpoint types.
See moreDeclaration
Swift
internal enum Feed
-
The set of available Library API endpoint types.
See moreDeclaration
Swift
internal enum Library
-
The set of available Notifications API endpoint types.
See moreDeclaration
Swift
internal enum Notifications
-
The set of available Recap API endpoints types.
See moreDeclaration
Swift
internal enum Recap
-
The set of available Reminders API endpoint types.
See moreDeclaration
Swift
internal enum Reminders
-
The set of available Sessions API endpoint types.
See moreDeclaration
Swift
internal enum Sessions