|
TODO
TODO LIST
ex. getFullPosts(1, 10); // return the last 10 post with full data
getFullPosts(2, 10); // return from post 11 to post 20 with full data ex. getBlogOption("name") //Return name's blog
getBlogOption("description") //Return name's Dexription
getBlogOption("rss") //Return feed url
getBlogOption("rssComments") //Return comments feed url |
Sign in to add a comment
