Skip to content

Commit

Permalink
Remove reference to demo site (#151)
Browse files Browse the repository at this point in the history
Removing the links/references to the demo due to it being shut down/URL no longer working. See humanmade/wp-api-demo#79 for more information.
  • Loading branch information
welenofsky authored Feb 8, 2023
1 parent 2e2e934 commit 3e00da7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 3e00da7

Please sign in to comment.