Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add route to return rendered html of a single menu #27

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on May 12, 2016

  1. Add Route that returns rendered html for v2 of the REST api

    Also made a correction to the get_menu() function the $rest_url was getting the api namespace instead of the plugin name space
    Underdawgq committed May 12, 2016
    Configuration menu
    Copy the full SHA
    2f138fb View commit details
    Browse the repository at this point in the history
  2. Add "menu-html" route to return rendered html for REST api v1

    Didn't test the REST API v1 version of this.
    Underdawgq committed May 12, 2016
    Configuration menu
    Copy the full SHA
    d6be3dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdc6db4 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2016

  1. Change v2 API so the "menu-html" route will take id or slug. Changed …

    …"render_html" to "html" in the json output.
    Underdawgq committed May 18, 2016
    Configuration menu
    Copy the full SHA
    7885ac8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9024074 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e4caf0 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2016

  1. Added "menu-html-location" route to the API v2 to return a single men…

    …u from the location rendered as html
    Underdawgq committed May 19, 2016
    Configuration menu
    Copy the full SHA
    60c5267 View commit details
    Browse the repository at this point in the history
  2. UNTESTED Added "menu-html-location" route to return s specific menu r…

    …endered in html from the location for the API v1. Also changed "render_html" to "html" in the json output for API v1.
    
    Code hasn't been tested
    Underdawgq committed May 19, 2016
    Configuration menu
    Copy the full SHA
    aa888dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    148caf2 View commit details
    Browse the repository at this point in the history