Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Adding getLocations to pages API #111

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

Commits on Apr 23, 2014

  1. Adding Locations.

    Adding a getLocations method that expects a page Id. It will fetch all the Location(child) pages of the parent page passed in.
    rvaldron committed Apr 23, 2014
    Configuration menu
    Copy the full SHA
    b5e29cb View commit details
    Browse the repository at this point in the history
  2. Adding getLocations implementation

    Fetches location(child) pages given a parent page Id.
    rvaldron committed Apr 23, 2014
    Configuration menu
    Copy the full SHA
    a478249 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2014

  1. Update PageOperations.java

    added getLocations passing parameters.
    rvaldron committed Apr 26, 2014
    Configuration menu
    Copy the full SHA
    307980a View commit details
    Browse the repository at this point in the history
  2. Update PageTemplate.java

    Adding getLocations with query parameters to pass to fb.
    rvaldron committed Apr 26, 2014
    Configuration menu
    Copy the full SHA
    b6e9c60 View commit details
    Browse the repository at this point in the history
  3. Create place-page-locations.json

    used for testing location pages call
    rvaldron committed Apr 26, 2014
    Configuration menu
    Copy the full SHA
    3123152 View commit details
    Browse the repository at this point in the history
  4. Update PageTemplateTest.java

    Adding test for fetching location pages from a parent page
    rvaldron committed Apr 26, 2014
    Configuration menu
    Copy the full SHA
    1349972 View commit details
    Browse the repository at this point in the history