Bitcoin Forum

Economy => Service Discussion => Topic started by: Bitfort on May 06, 2017, 04:12:52 PM



Title: Yolodice API - HELP
Post by: Bitfort on May 06, 2017, 04:12:52 PM
Hi there, can anybody help me with yolodice API?

I'm using APIs to collect site bankrolls ... already working for crypto-games & kingdice ( to use their API is very simple) but this one is bit more complicated.

Even though they have detailed documentation (here (https://dev.yolodice.com/))  I do not know how to use it. Thing is I'm not into ruby and their github library won't help me much. ( with other sites I'm  using simle PHP querry to receive data in JSON ... ).

Could you please briefly describe how to implement/apply this in PHP or point me where I can find more info?

 
Thanks     


Title: Re: Yolodice API - HELP
Post by: Graphics on May 07, 2017, 04:39:22 AM
If nobody can't help you for free, try to post the coding problem here https://www.xbtfreelancer.com/ . As Very Small project with a low budget.

It's like freelancer.com but for crypto-related projects. I used them twice and my small codes was done at very reasonable price.


Title: Re: Yolodice API - HELP
Post by: moooonu on May 07, 2017, 09:57:43 AM
Hi there, can anybody help me with yolodice API?

I'm using APIs to collect site bankrolls ... already working for crypto-games & kingdice ( to use their API is very simple) but this one is bit more complicated.

Even though they have detailed documentation (here (https://dev.yolodice.com/))  I do not know how to use it. Thing is I'm not into ruby and their github library won't help me much. ( with other sites I'm  using simle PHP querry to receive data in JSON ... ).

Could you please briefly describe how to implement/apply this in PHP or point me where I can find more info?

 
Thanks     


Why don't you ask straight to ethan(yolodice admin). May be he can help you a bit in it if he isn't that much busy.


Title: Re: Yolodice API - HELP
Post by: divinemaniac on May 07, 2017, 10:15:37 AM
You should first read the JSON RPC specification found here http://www.jsonrpc.org/specification (http://www.jsonrpc.org/specification)
and then read the Yolodice API documentation.
I am sure that you will get it easily if you have experience with making JSON requests.
Cheers :D


Title: Re: Yolodice API - HELP
Post by: Bitfort on May 12, 2017, 07:56:53 PM
Found this is above my knowledge so I'm going to try the xbtfreelancer.
Thank you all for comments.