=== UruvakBridge — Mobile App Gateway ===
Contributors: uruvak
Tags: woocommerce, rest-api, mobile, app
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.1
Stable tag: 0.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Clean, mobile-optimized REST API (uruvak/v1) wrapping WooCommerce for the mobile app builder.

== Description ==

UruvakBridge exposes versioned, mobile-shaped endpoints under /wp-json/uruvak/v1
so the mobile app talks to one stable contract instead of raw WooCommerce REST.

Catalog endpoints (v0.1.0):

* GET /uruvak/v1/status        — plugin/version + WooCommerce active flag
* GET /uruvak/v1/home          — banners + featured products + categories (one call)
* GET /uruvak/v1/products      — list (source, category, search, sort, page, per_page)
* GET /uruvak/v1/products/{id} — single product
* GET /uruvak/v1/categories    — product categories
* GET /uruvak/v1/brands        — brands (WooCommerce / common brand plugins)

Auth, cart, and checkout endpoints arrive in the next release.

== Changelog ==

= 0.1.0 =
* Initial catalog gateway.
