﻿=== API Endpoint Tester by Volade ===
Contributors: volade
Tags: rest api, graphql, developer, postman, debug
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Explore REST and GraphQL endpoints inside wp-admin — route discovery, request builder, response viewer and JSON export.

== Description ==

API Endpoint Tester by Volade helps developers and agencies test WordPress REST and GraphQL APIs **without switching to Postman**.

* Browse all registered REST namespaces and routes
* Request builder with GET/POST/PUT/PATCH/DELETE
* WordPress cookie + REST nonce authentication built-in
* GraphQL tab (WPGraphQL or custom endpoint)
* Request history (last 50 calls)
* Four workflow presets: core REST, WooCommerce API, headless GraphQL, agency handoff
* Free JSON export — no mandatory SaaS
* REST API (`aet/v1/*`) and WP-CLI (`wp aet request`)

== Installation ==

1. Upload the plugin folder to `/wp-content/plugins/`
2. Activate through the Plugins menu
3. Open **Volade → API Tester** or **Tools → API Tester**

== Frequently Asked Questions ==

= Does it replace Postman? =

For WordPress REST and GraphQL debugging inside wp-admin, yes. For third-party APIs, keep Postman.

= Is JSON export free? =

Yes — export is available without a Volade account.

== Changelog ==

= 1.0.0 =
* Initial release
