distributev / gmail-wordpress-mailchimp-integration

Build a Gmail contextual gadget similar (but much simpler) to - https://solve360.com/new/solve360-and-gmail-hook-up/
MIT License
0 stars 0 forks source link

Where are following plugins used #6

Open distributev opened 8 years ago

distributev commented 8 years ago
  1. Show me the piece of code which requires JSON Basic Authentication plugin
  2. Show me the piece of code which requires PODS JSON api
  3. WP Rest API
  4. WP Router (why both WP Router and WP Rest API are required?)
mdkass commented 8 years ago

1.This is required to do the basic authentication when calling the api. 2.this is required to work internally between the api v1 and pods.io,it's not required with newer pods version. 3.this is required to save the event to pods 4.this is required to create the end point.