First release of dequest package:
✅ Supports GET, POST, PUT, PATCH and DELETE requests
✅ Optional Caching for GET Requests
✅ Authentication (Static & Dynamic)
✅ Maps API response to DTO object and list (Supports unlimited nested DTOs)
✅ support query parameters, JSON body and Form-data
✅ Implements Retry & Timeout Handling
✅ Allows Custom Headers per Request (Static & Dynamic)