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

Surround url with double quotes in example.js #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

higumachan
Copy link

When execute example.js file, there is output like the one below.

Endpoints:
    http://192.168.0.106:8091/google-home-notifier
    https://8be99288.ngrok.io/google-home-notifier
GET example:
curl -X GET https://8be99288.ngrok.io/google-home-notifier?text=Hello+Google+Home
POST example:
curl -X POST -d text=Hello Google Home" "https://8be99288.ngrok.io/google-home-notifier

curl -X GET https://8be99288.ngrok.io/google-home-notifier?text=Hello+Google+Home can not execute in my shell (I'm using fish), but It can execute when surrounded url with double quotes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant