Skip to content

agramian/rest-api-repl-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

REST API REPL Client

Description

REST API REPL Client is a developer tool designed for Android devices meant to provide functionality similar to web and desktop-based HTTP clients such as Postman, Paw, hurl.it, Fiddler, and ApiKitchen.

Features:
• Test and debug RESTful web services, APIs, and HTTP requests with this developer tool for Android clients.
• Easily construct requests against any URL using the common HTTP methods.
• Supply custom headers, query params, and body content including multipart or url-encoded form data, files, JSON, XML, or other raw types.
• Inspect response bodies and headers then copy any of the returned data to use in your subsequent requests.
• Responses are displayed with indentation and proper formatting for JSON, XML, and HTML, or in raw form if they do not match any of those formats.
• A complete history of your requests is retained and accessible for reloading into the form allowing you to view, copy, modify, and re-send requests using any or all of the previous data.

Play store link

https://play.google.com/store/apps/details?id=com.abtingramian.android.rest_api_repl_tool

Help and feedback

Please use the issues tab for any discussion, suggestions, feature requests, bugs, etc. related to the app.

Planned future enhancements

  • localized strings
  • ability to store a list of common key value pairs to load from
  • static navigation bar for tablets
  • cookies
  • sharing
  • in-app note pad area to store useful info or strings
  • caching of custom keys to display in auto-complete
  • searching, sorting, labelling history items
  • text completion help for raw bodies (braces, quotes, indentation, colon, etc.)
  • ??? (I'm open to your suggestions)

About

REST API REPL Tool help and feedback

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published