CustomLinksController
@RestController
@RequestMapping(value = "BASE_EQUINOX_ENDPOINT + USERS_KEY + "/{" + USER_IDENTIFIER_KEY + "}" + CUSTOM_LINKS_ENDPOINT")
The LinksController class is useful to manage all the RefyLink operations
Author
N7ghtm4r3 - Tecknobit
See also
EquinoxController
Constructors
Link copied to clipboard
@Autowired
Constructor used to init the controller
Properties
Link copied to clipboard
Link copied to clipboard
customLinksService helper to manage the CustomRefyLink database operationsLink copied to clipboard
Link copied to clipboard
linksCollectionsService helper to manage the LinksCollection database operationsLink copied to clipboard
linksService helper to manage the RefyLink database operationsLink copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
teamsService helper to manage the Team database operationsLink copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
@PatchMapping(headers = "token", path = "/{" + LINK_IDENTIFIER_KEY + "}")
Method to edit an existing custom link
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Method to get whether the user is or not authorized to operate with the custom link requested
Link copied to clipboard
@GetMapping(headers = "token")
Method to get a list of custom links
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Method to get whether the user is or not the owner of the item requested
Link copied to clipboard