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

Additional steps for glueing toghether #7

Open
wants to merge 7 commits into
base: gluing-together
Choose a base branch
from

Commits on May 28, 2018

  1. Create an interface for modifying schema args.

    * Separates the concern of creating the schema arg out of the method `filterSchema` to new method `getAdditionalSchemaArguments`, which should mean our re-usable abstract can probably handle filterSchema most of the time.
    Josh Pollock committed May 28, 2018
    Copy the full SHA
    d53cc1a View commit details
    Browse the repository at this point in the history
  2. Create ModifyQueryArgsContract

    Josh Pollock committed May 28, 2018
    Copy the full SHA
    4efcf40 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3268a62 View commit details
    Browse the repository at this point in the history
  4. add WP_REST_Request to content getter interface

    Josh Pollock committed May 28, 2018
    Copy the full SHA
    e2e1719 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1bfce07 View commit details
    Browse the repository at this point in the history
  6. use captured REST API request

    Josh Pollock committed May 28, 2018
    Copy the full SHA
    37bc594 View commit details
    Browse the repository at this point in the history
  7. update factory to make it more flexible

    Josh Pollock committed May 28, 2018
    Copy the full SHA
    10d87b4 View commit details
    Browse the repository at this point in the history