flutter_api library
Classes
- Body
- BodyPart
- Automatically generate a Map of all @BodyPart and used as Body. This is a useful when a request body is very simple and you don't wanna define a Request Model.
- DELETE
- Field
- FormUrlEncoded
- @author rocchen @date 2022/12
- FromJson
- GET
-
HttpApi<
@required RESPONSE> - HttpOptions
- Method
- @author rocchen @date 2022/12
- PATCH
- Path
- POST
- PUT
- Query
- RestApi
- @author rocchen @date 2022/12
Enums
Properties
-
requestMethods
→ List<
Type> -
final
Typedefs
-
FromJsonTransform<
T> = T Function(dynamic json) - @author rocchen @date 2022/12