https://github.com/drsdre/thirstyaffiliates-api
Enable ThirstyAffiliates data for use in WP Core Rest API v2
https://github.com/drsdre/thirstyaffiliates-api
plugin rest-api thirsty wordpress
Last synced: 2 months ago
JSON representation
Enable ThirstyAffiliates data for use in WP Core Rest API v2
- Host: GitHub
- URL: https://github.com/drsdre/thirstyaffiliates-api
- Owner: drsdre
- Created: 2017-02-27T15:06:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T20:56:58.000Z (almost 9 years ago)
- Last Synced: 2025-04-07T17:44:47.984Z (about 1 year ago)
- Topics: plugin, rest-api, thirsty, wordpress
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== ThirstyAffiliates API ===
Contributors: drsdre
Tags: thirstlink, api, rest
Requires at least: 3.7
Tested up to: 4.7.2
Stable tag: 0.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Enable ThirstyAffiliates data for use in WP Core Rest API v2
== Description ==
This plugin enables access to ThirstyAffiliates data through the WordPress Rest API v2 (part of WP core since 4.7).
Two new endpoints will be made available after plugin activation:
1. Read/update the ThirstyAffiliate links on /wp-json/wp/v2/thirstylink
2. Read/update the ThirstyAffiliate categories on /wp-json/wp/v2/thirstylink-category
== Installation ==
1. Extract the zip file and copy contents in the wp-content/plugins/ directory of your WordPress installation
2. Login as admin and go to Plugins
3. Activate this plugin
== Frequently Asked Questions ==
= How to update/parse thirstylink thirstyData? =
This plugin simply dumps the data from the database which is PHP serialized.
To update this data you have, to unserialize, change the data in the array and serialize it back again.
== Changelog ==
= 1.0 =
* initial release