=== CURLW === Contributors: samialfattani Tags: REST API, Resful API Request, json, integration test, login Requires at least: 6.0.1 Tested up to: 6.7.1 Requires PHP: 7.4 Stable tag: 1.1.23 License: GPL v2 or later Make your own Resful API request and monitor the response immeadeately. == Description == Test REST API requests to check the ability to integrate your website with other external systems. - Easy to install. - Lightweight. - Easy to use. - Supported methods are: GET, POST, PUT, DELETE - Does not affect the website's operation when activated or deactivated. - Ability to save your requests easily. - Compatible with your site's theme. == Installation == The installation process is very easy and straitforward, just follow these steps: 1. Click on the "Install" button on the WordPress plugins page. 2. Go to the "CURLW" page through the link in the plugin or via the WordPress dashboard --> CURLW. 3. Enter the URI of the REST API request that you want to test. 4. Click `Execute` 5. Enjoy 😊 Eng: Sami Alfattani (sami_alfattani@hotmail.com) == Frequently Asked Questions == = What is CRULW ? CRULW = Is this plugin free of charge? Yes, this plugin is completely free of charge and you can use all features for unlimited time. = Can I test any REST API of any external website or this plugin is limited to my website? You can Test any URL on any website. == It's not working == - Step-1. Check if your plugin is activated. - Step-2. use "ping" button to make sure that your current wordpress settings are working correctly with REST API. == External services == This plugin connects to [reqres.in](https://reqres.in/) API to obtain primary test data, it's needed only for testing pourposes and initial demo examples. This plugin sends only common public data for testing pourposes and personal data such as username, email,..etc are never submitted https://reqres.in/. This service is developed by ["Ben Howdle"](https://benhowdle.im/): It is clearly states that none of the submitted data are saved in this service. read the section of ["Pease of mind"](https://reqres.in/). == Screenshots == Here are some example screenshots of the CURLW plugin in action: 1. Overview of the plugin interface. ![Overview](screenshot-2.png) 2. Methods available for making API requests. ![Methods](screenshot-3.png) 3. Headers configuration for API requests. ![Headers](screenshot-4.png) 4. Output of an API request. ![Output](screenshot-5.png) == Upgrade Notice == You can update this plugin from the WordPress dashboard. Simply go to the "Plugins" section, find "CURLW", and click on the "Update" button. Make sure to backup your website before updating to avoid any potential issues. == Changelog == = 1.1.7 = * Add Query text area. * Add ping test. * Requests can be saved. = 1.1.2 = * First Version