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

Added 'Exists' service and variable to return weather or not the user has a gravatar avatar. #4

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

Commits on Mar 28, 2017

  1. Added exists service and template variable.

    Modified get svc arguments to be optional since they basically are anyway.
    Modified heredoc for get service to accurately reflect method.
    Increased version number from 1.0 to 1.1
    
    Exists service added gets url for the request with the default option set
    to 404. Then using guzzle we attempt to fetch the url. If a 404 status
    code is returned the exception is thrown, caught and false is returend. If
    no exception is thrown, then account exists and true is returned.
    Rick committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    737167e View commit details
    Browse the repository at this point in the history
  2. removed php7 syntax to support older versions

    Rick committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    5633c72 View commit details
    Browse the repository at this point in the history
  3. updated readme.md to fix syntax and re-organzie and add docs for new …

    …exists method
    Rick committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    720414f View commit details
    Browse the repository at this point in the history