Uses of Class
ch.bztf.m226blb1.Utils.ResponseHandler
Package
Description
-
Uses of ResponseHandler in ch.bztf.m226blb1.Auth
Modifier and TypeMethodDescriptionAuthService.createAccount
(@NonNull AuthAccount authAccount) Creates a newaccount
with an API-Key for the given Instagram email and password.Deletes anaccount
with the given API-keyAuthController.generateKey
(AuthAccount account) Post method for generating an API-key for the givenaccount
.AuthService.regenerateAPIKey
(@NonNull AuthAccount authAccount) Regenerates the API-Key for the givenaccount
.AuthController.regenerateKey
(AuthAccount account) Put method for regenerating an API-key for the givenaccount
-
Uses of ResponseHandler in ch.bztf.m226blb1.Base
Modifier and TypeMethodDescriptionBaseService.getJsonData
(@NonNull String requestUri, @NotBlank @Size(min=128,max=128) String apiKey, @NotBlank String username) Gets the user json data from the APIBaseController.getPosts
(@NotBlank String username, @Size(min=128,max=128) @NotBlank String apiKey, Optional<Integer> limit) Gets theposts
of a user by itsusername
.BaseService.getPosts
(@NotBlank @Size(min=128,max=128) String apiKey, @NotBlank String username, @javax.validation.constraints.NotBlank,@javax.validation.constraints.PositiveOrZero int limit) Gets the stats of a user by itsusername
.BaseController.status()
Check if the controller is up and running. -
Uses of ResponseHandler in ch.bztf.m226blb1.Platforms.Instagram
-
Uses of ResponseHandler in ch.bztf.m226blb1.Platforms.Twitter