Uses of Class
ch.bztf.m226blb1.Utils.ResponseHandler
Packages that use ResponseHandler
Package
Description
- 
Uses of ResponseHandler in ch.bztf.m226blb1.Auth
Methods in ch.bztf.m226blb1.Auth that return ResponseHandlerModifier and TypeMethodDescriptionAuthService.createAccount(@NonNull AuthAccount authAccount) Creates a newaccountwith an API-Key for the given Instagram email and password.Deletes anaccountwith 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
Methods in ch.bztf.m226blb1.Base that return ResponseHandlerModifier 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 thepostsof 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
Methods in ch.bztf.m226blb1.Platforms.Instagram that return ResponseHandler - 
Uses of ResponseHandler in ch.bztf.m226blb1.Platforms.Twitter
Methods in ch.bztf.m226blb1.Platforms.Twitter that return ResponseHandler