Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whyisjake/restful-hello-dolly
A more RESTful Hello Dolly Plugin
https://github.com/whyisjake/restful-hello-dolly
Last synced: 3 months ago
JSON representation
A more RESTful Hello Dolly Plugin
- Host: GitHub
- URL: https://github.com/whyisjake/restful-hello-dolly
- Owner: whyisjake
- Created: 2016-02-05T17:02:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T17:02:13.000Z (almost 9 years ago)
- Last Synced: 2024-10-04T16:35:13.918Z (4 months ago)
- Language: PHP
- Size: 115 KB
- Stars: 11
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Restful Hello Dolly ===
Contributors: whyisjake
Donate link: http://jakespurlock.com/donate
Tags: REST, API, Hello Dolly, Useless
Requires at least: 4.4
Tested up to: 4.4
Stable tag: 4.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlDo you think that all of core needs to have REST support? This is the plugin for you!
== Description ==
Since all of WordPress core needs to benefit from the REST API, it makes sense that the most common of all WordPress plugins, Hello Dolly should also have a RESTful endpoint.
== Installation ==
1. Upload `/restful-hello-dolly/` folder to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Access the endpoint here: /wp-json/restful-hello-dolly/v1/lyric== Frequently Asked Questions ==
= Is this totally useless? =
No more then a RESTful file editor.
= What about create, update, and delete? =
Sorry, this plugin is limited in scope, and we don't want to railroad the features for petty things that most users don't need. Better to release quickly, so that we can gain wider adoption.
== Screenshots ==
1. What a response could look like.
== Changelog ==
= 0.5 =
* Let's get this going.