中文
Help you to get Okhttp request params. Support Kotlin.
This is IntelliJ IDEA and Android Studio plugins. If you need gradle plugins please click.
This project is a plugin that help you to get Okhttp request params.
Homepage | Github
- Map<String, String>
- Map<String, Object>
- Map<String, RequestBody>
- List<MultipartBody.Part>
- MultipartBody.Builder
- Choose a class.
- Press Alt + P or click the Generate menu choose GetParams.
- Choose a type.
- click ok.
These annotations can be in any package
- @Ignore: dont add to params
- @PostFile: post file. Support single, list, array and map
- @ParamName: custom param name
@PostFiles: post files.Removed use @PostFile- @Key: post file key
- @Filename: post file filename
- @MimeType: post file mime-type
- @Data: post file data.
File->Settings->Browse Repositories->OkHttpParamsGet

