You are viewing a single comment's thread from:
RE: Introducing https://api.steem.place, A very simple to use API to get or interact with STEEM
Hi, I have been working on an implementation of your server and I would like to ask if you could please add functionality that returns the last say 10 (a parameter for this maybe) or more posts an author has made.
Currently the getPostTitle function is not that useful as it is being fed as a parameter. I believe all the getPost functions would benefit from indexing posts programmatically
I'll be implementing this soon.
Hi, I have finished an implementation of your REST API and provides links to the code in https://steemit.com/technology/@boontjie/sidequest-building-a-steemit-curation-bot.
There is a section in the google apps script that provides an example REST API for your server in SteemitAPI.gs