You are viewing a single comment's thread from:
RE: Let‘s develop a Steemit API Wrapper for Java
Hi @dez1337,
Thanks for sharing this code!
I'm looking for an API that allows me to create content (POSTs). I have been reading the documentation and it seems that we can only retrieve information or just create a comments or up-vote.
I wonder if you could point me to some API that allows creating POST in steemit.com.
Thanks,
Hay @realskilled ,
Please checkout my blog and also the latest update post of SteemJ 0.4.0.
The version allows you to post using:
Let me know if you face an issue 😊👍
Hi @dez1337
Thanks for your comment.
The point is that I need to figure out how could I use this from PHP :)
A tricky point, right?
Haha okay .. I get your point :) Sadly, I am not aware of a fully working PHP api wrapper 😢 I don't know what sub systems you have, but I guess it may be easier to switch to another language like javascript, python or java instead of starting a PHP project :/
Oh, wouldn't like to switch right now. I'm a Drupal dev. :)
I see i see 🙈 There is a PHP lib at github and I just checked - The developer planned the creating posts feature for the "next weeks".