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

Add a curl example command to fetch messages #571

Open
philprime opened this issue Oct 18, 2023 · 0 comments
Open

Add a curl example command to fetch messages #571

philprime opened this issue Oct 18, 2023 · 0 comments
Labels
enhancement New feature or request priority:low

Comments

@philprime
Copy link
Contributor

In the app settings it might be useful for quicker evaluation by providing a auto-generated curl command, similar to the one here on Homebrew or commonly used in GitHub README.

image

Example command:

curl -H "X-API-Key: 4QvACM53LdzTqABCDEF5MXoIB8uCwmEfRrwRp" https://onlaunch.kula.app/api/v0.1/messages

or as a template:

curl -H "X-API-Key: <API-KEY>" <HOST-SCHEME>://<HOST>/api/v0.1/messages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:low
Projects
None yet
Development

No branches or pull requests

2 participants