From 0ddc27e9cd7bf137e522cefe80ae8d6cdf253aa8 Mon Sep 17 00:00:00 2001 From: Justin Welenofsky Date: Wed, 8 Feb 2023 10:02:24 -0800 Subject: [PATCH] Remove reference to demo site Removing the links/references to the demo due to it being shut down/URL no longer working. See https://github.com/humanmade/wp-api-demo/issues/79 for more information. --- reference.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/reference.md b/reference.md index 2edbbc8..47cb9e0 100644 --- a/reference.md +++ b/reference.md @@ -104,5 +104,3 @@ This API reference provides information on the specific endpoints available thro ## A Distributed API Unlike many other REST APIs, the WordPress REST API is distributed and available individually on each site that supports it. This means there is no singular API root or base to contact; instead, we have [a discovery process](https://developer.wordpress.org/rest-api/discovery/) that allows interacting with sites without prior contact. The API also exposes self-documentation at the index endpoint, or via an `OPTIONS` request to any endpoint, allowing human- or machine-discovery of endpoint capabilities. - -A [demo installation](https://demo.wp-api.org/) of the API for testing purposes is available at `https://demo.wp-api.org/wp-json/`; this site supports auto-discovery, and provides read-only demo data.