类 ApiController
java.lang.Object
org.miowing.mioverify.controller.ApiController
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.http.ResponseEntity<?> deleteTexture(String uuid, String textureType) org.springframework.http.ResponseEntity<?> uploadTexture(String uuid, String textureType, String model, org.springframework.web.multipart.MultipartFile file)
-
构造器详细资料
-
ApiController
public ApiController()
-
-
方法详细资料
-
profiles
@PostMapping("/api/profiles/minecraft") public List<ProfileShow> profiles(@RequestBody String[] names) -
uploadTexture
@PutMapping("/api/user/profile/{uuid}/{textureType}") public org.springframework.http.ResponseEntity<?> uploadTexture(@PathVariable String uuid, @PathVariable String textureType, @RequestParam(defaultValue="") String model, org.springframework.web.multipart.MultipartFile file) throws IOException - 抛出:
IOException
-
deleteTexture
-
getServerMeta
-