{"id":13552507,"url":"https://github.com/tiagohm/restler","last_synced_at":"2025-10-03T21:30:23.637Z","repository":{"id":46885287,"uuid":"155298347","full_name":"tiagohm/restler","owner":"tiagohm","description":"Restler is a beautiful and powerful Android app for quickly testing REST API anywhere and anytime.","archived":true,"fork":false,"pushed_at":"2022-09-04T01:55:29.000Z","size":3058,"stargazers_count":145,"open_issues_count":31,"forks_count":24,"subscribers_count":10,"default_branch":"github","last_synced_at":"2024-09-29T18:23:06.502Z","etag":null,"topics":["android-app","basic","bearer","brotli","dart","deflate","digest","flutter","gzip","hawk","http","http-client","http2","https","insomnia","postman","rest","rest-client","restler","websocket"],"latest_commit_sha":null,"homepage":"https://tiagohm.github.io/restler","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tiagohm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-30T00:11:24.000Z","updated_at":"2024-08-26T04:04:24.000Z","dependencies_parsed_at":"2023-01-17T20:31:45.099Z","dependency_job_id":null,"html_url":"https://github.com/tiagohm/restler","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiagohm%2Frestler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiagohm%2Frestler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiagohm%2Frestler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiagohm%2Frestler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tiagohm","download_url":"https://codeload.github.com/tiagohm/restler/tar.gz/refs/heads/github","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235191308,"owners_count":18950294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android-app","basic","bearer","brotli","dart","deflate","digest","flutter","gzip","hawk","http","http-client","http2","https","insomnia","postman","rest","rest-client","restler","websocket"],"created_at":"2024-08-01T12:02:05.251Z","updated_at":"2025-10-03T21:30:17.980Z","avatar_url":"https://github.com/tiagohm.png","language":"Dart","readme":"The next version is being developed here https://github.com/tiagohm/restler.next\n\n# Restler ![](https://img.shields.io/badge/version-0.17.6-green.svg)\n\n\u003e Restler has been built with simplicity and ease of use in mind. It allows you send custom HTTP/HTTPS requests and test your REST API anywhere and anytime.\n\n#### Download\n\n[![](docs/img/google-play.png)](https://play.google.com/store/apps/details?id=br.tiagohm.restler)\n\n#### Features\n\n * Requests you send are automatically saved so that you can come back and review at any time;\n * Save and organize your requests in folders and load requests without writing its attributes again;\n * Favorite requests and folders so they can be shown at the top and accessed quickly;\n * Edit body, url parameters and headers attributes easily;\n * Parses and displays the complete raw response including headers, cookies, status, etc;\n * Supports gzip, deflate and brotli decompression formats;\n * Restler supports the most common HTTP methods (GET, POST, PUT, DELETE, HEAD, PATCH, OPTIONS) and custom methods;\n * Supports Basic, Bearer Token, Hawk and Digest authentication methods;\n * Import collections from Postman, Insomnia (JSON and YAML) or Restler format;\n * Export collections to Postman, Insomnia (JSON) or Restler format;\n * Manage cookies and send them with your request;\n * Quickly copy the response body, headers e cookies received;\n * Autocompletes headers with commonly-used values;\n * Switch easily between HTTP, HTTPS e HTTP2;\n * Beautify the response body received;\n * Use tabs to keep multiple requests open at the same time and switch between them without losing data;\n * Add Client Certificates, Proxy servers and DNS resolvers;\n * Response Caching (RFC 7234);\n * WebSocket \u0026 SSE;\n * Workspace;\n * Environment Variables;\n\n#### Screenshots\n\n|                 |                 |                 |\n| --------------- | --------------- | --------------- |\n| ![](docs/img/01.png) | ![](docs/img/02.png) | ![](docs/img/03.png) |\n| ![](docs/img/04.png) | ![](docs/img/05.png) | ![](docs/img/06.png) |\n\n#### Changelog\n* `0.17.x`\n  * Now, it is open source!!! 🎉\n  * Added Connection pool (HTTP session) support 🎉;\n  * Added option to keep equal sign for empty query;\n  * Added Simplified Chinese translation (Thanks @joytou);\n  * Added support to choose directory when exporting a collection;\n  * Bug fixes.\n\n* `0.16.x`\n  * Added support to Workspaces 🎉;\n  * Added support to Environment Variables 🎉;\n  * Minor bug fixes;\n\n* `0.15.x`\n  * Added support to Response Caching (RFC 7234) 🎉;\n  * Added support to SSE (Server-Sent Event) 🎉;\n  * Added option to enable cache per request;\n  * Added option to enable/disable cookies;\n  * Minor bug fixes;\n\n* `0.14.x`\n  * Added support to DNS 🎉;\n  * Added Timeline feature to Response tab;\n  * Optimized to display large response body;\n  * Minor bug fixes;\n\n* `0.13.x`\n  * Added support to Brotli decompression format 🎉;\n  * Minor bug fixes;\n\n* `0.12.x`\n  * Added support to proxy 🎉;\n  * Added request settings;\n  * Added option to configure send cookies per request;\n  * Added option to configure store cookies per request;\n  * Added support to WebSocket (beta);\n  * Minor bug fixes;\n\n* `0.11.x`\n  * Added support to import/export Postman collection 🎉;\n  * Minor bug fixes;\n\n* `0.10.x`\n  * Added support to select \u0026 copy the response body 🎉;\n  * Added support to import collection from URL;\n  * Added support to import collection within a folder;\n  * Added support to HTTP2 (experimental);\n  * Added support to client certificates;\n  * Added support to import/export Restler format (supports encryption);\n  * Added light theme 🌞;\n  * New HTTP Client library;\n  * Added Latin Spanish language (thanks @taksumaki);\n  * Added option to change request's User-Agent;\n  * Added option to choose request body content-type;\n  * Made various UI enhancements;\n  * Improved performance;\n  * Made various bug fixes.\n\n* `0.9.x`\n  * Added support to multiple tabs;\n  * Added ability to restore automatically last tabs on startup;\n  * Improved performance;\n  * Minor UI fixes;\n  * Minor bug fixes.\n\n* `0.8.x`\n  * Added ability to choose which cookie will be sent;\n  * Added ability to not save requests to history;\n  * Added ability to save response body as file;\n  * Added support to limit the history size;\n  * Added donation button to support this app development;\n  * Added new logo;\n  * Minor UI fixes;\n  * Minor bug fixes.\n\n* `0.7.x`\n  * Added option in Settings to allow send requests over Wi-Fi only;\n  * Added support for responses that return images (JPEG, PNG, SVG, WEBP);\n  * Minor UI fixes;\n  * Minor bug fixes.\n\n* `0.6.x`\n  * Added Digest authentication method;\n  * Added ability to beautify the response body for JSON;\n  * Added ability to copy headers and cookies values from response;\n  * Added support to automatically handle request redirects;\n  * Added max redirects option in Settings;\n  * Added option to disable following redirects in Settings;\n  * Minor bug fixes;\n  * Minor UI fixes;\n\n* `0.5.x`\n  * Added ability to syntax highlight the response body for JSON;\n  * Added Brazilian Portuguese language;\n  * Minor bug fixes;\n  * Minor UI fixes.\n\n* `0.4.x`\n  - Added support to manage cookies;\n  - Added support to import cookies from Insomnia;\n  - Added support for exporting Insomnia formats;\n  - Minor bug fixes;\n  - Minor UI fixes;\n\n* `0.3.x`\n  - Added ability to duplicate requests;\n  - Added autocomplete support for header fields;\n  - Added support for importing Insomnia formats;\n  - Added option to reset file for Multipart Form field;\n  - Added support for custom HTTP methods;\n  - Added Hawk authentication method;\n  - Added ability to hide keyboard if user clicks out of input;\n  - Minor bug fixes.\n\n* `0.2.x`\n  - Added Multipart, Form Url Encoded and Binary File Request Body Type;\n  - Added button to cancel the current request;\n  - Added numeric counter on Request's Body tab;\n  - Minor bug fixes.\n\n* `0.1.x`\n  * Initial Release.\n\n#### Privacy Policy\n\n[LINK](http://restler.tiagohm.dev/privacy-policy.html)\n","funding_links":[],"categories":["Dart"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiagohm%2Frestler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiagohm%2Frestler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiagohm%2Frestler/lists"}