Click here to Skip to main content
15,888,287 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have purchased an API. I don't know how to work with it exactly. I know a bit about how CURL requests are made. But using their documentation I am very confused how to work with it. I have a curl request in the format
"curl -g -H "Accept: application/json" \
-u "partner_code-timestamp:digest" \
"http://halalbooking.com/api/v2\
/places?\
holiday_type=resort&\
currency=USD&\..."
How should I use it? I have the partner code and the timestamp format. can anyone help me?

What I have tried:

I cant try it. I dont know where to start off.
Posted
Updated 6-Apr-17 11:17am

Quote:
I have purchased an API. I don't know how to work with it exactly.

Do you mean they don't help their paying customers ?
there is not much possibilities:
you can get help from other users preferably on a users forum.
You should get help from authors, if they don't help, ask your money back.

Avoid random forum not related to the product.
 
Share this answer
 
Also, in addition to their API support, read curl's man page...

curl - Manual[^]
curl - How To Use[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900