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 complete standalone curl example #39

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

Conversation

Flimm
Copy link

@Flimm Flimm commented Feb 7, 2017

I had to do some guessing with the current README. This pull request makes the README clearer.

  • Was the md5 digest meant to be hexadecimal? This pull request answers that.
  • Am I supposed to be the authentication parameters in the JSON, or as parameters? The curl example clearly answers that.
  • What is the main URL? The curl example answers that.

I had to do some guessing with the current README. This pull request makes the README clearer.

- Was the md5 digest meant to be hexadecimal? This pull request answers that.
- Am I supposed to be the authentication parameters in the JSON, or as parameters? The curl example clearly answers that.
- What is the main URL? The curl example answers that.
@vladaman
Copy link

vladaman commented Jul 5, 2022

We have problem understanding documentation as well. I found the API docs to be very chaotic and without curl examples.

Running the example gives me (please note md5 is not default on ubuntu):

curl "https://platform.api.onesky.io/1/project-groups?api_key=$api_key&timestamp=$timestamp&dev_hash=$(echo -n "$timestamp$api_secret" | md5sum)"
curl: (3) URL using bad/illegal format or missing URL

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.

None yet

2 participants