Skip to content

Instantly share code, notes, and snippets.

@erwan
Last active August 29, 2015 14:07
Show Gist options
  • Save erwan/6a642512ec2225c35dae to your computer and use it in GitHub Desktop.
Save erwan/6a642512ec2225c35dae to your computer and use it in GitHub Desktop.
$api = Api::get("https://lesbonneschoses.prismic.io/api");
$response = $api
->forms()
->everything
->query(array(
Predicates::at("document.type", "product"),
Predicates::at("my.blog-post.date", 1401580800000)))
->ref($api->master()->getRef())
->submit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment