no_code_api_connector 0.0.1
no_code_api_connector: ^0.0.1 copied to clipboard
A Flutter package to make api requests with out writing the code.
0.0.1 #
- Initial release of the package.
- Includes
ApiConnectorfor sending GET, POST, PUT, DELETE, PATCH requests. - Support for:
- Query parameters and custom headers
- Authentication via configurable
AuthProvider - Request timeouts
- JSON body encoding based on Content-Type
- Response parsing with safe JSON fallback
- Simple and extendable structure for integrating with REST APIs.