New: utopian-apiAll contenthive-129948krhive-196917zzansteemhive-185836hive-183959hive-180932hive-166405hive-150122uncommonlabhive-144064hive-145157photographyhive-101145hive-188619hive-183397bitcoinlifehive-193637hive-181136hive-184714hive-109690krsuccesshive-124908TrendingNewHotLikerskabooom (57)in utopian-io • 7 years ago[utopian.java v0.3.1] - Support for api key, mapping new json fields to javaOverview Recently utopian-io added API usage limit this release added support for api key, java types has been updated to reflect new changes made to json and plus some other code…kabooom (57)in utopian-io • 7 years ago[utopian.java v0.3.0] - Support for string response to java type mappingOverview In this new release support for string response to java type mapping is included plus some other code improvements. For more information on previous versions version 0.1.0…kabooom (57)in utopian-io • 7 years ago[utopian.java v0.1.0] Utopian API for desktop Java and AndroidOverview Java API for utopian.io REST service, covers all aspects of official javascript ibrary utopian-api . Uses latest java version and http library and will work on both desktop and android…ms10398 (64)in utopian-io • 7 years ago[Utopian.js] - Final Release with all features addedNew Features What feature(s) did you add? Now the library has more functions like - getPost() by username and permlink getPostURL() by postID getPostsByAuthor by username…emrebeyler (74)in utopian-io • 7 years agoIntroducing utopian_data - Store public Utopian data on your local Mongodbutopian_data is a CLI application which fetches public data of Utopian into your Mongodb instance. Supported collections: moderators ( api/moderators ) sponsors ( api/sponsors )…justyy (82)in utopian-io • 7 years agoAdding `Stats` Class to PHP Client of Utopian APIThe project PHP Client of Utopian API wraps the Utopian APIs . And here are the previous contributions: Adding Sponsors Class to PHP Client of Utopian API Adding Moderators Class to…ms10398 (64)in utopian-io • 7 years agoAdd more functions to the Utopian api npm packageNew Features What feature(s) did you add? I have added three more functions to the npm package. To get post by username and permlink. utopian.getPost = (username, permlink) => {samrg472 (60)in utopian-io • 7 years ago[Utopian-IO] Contributor Report - Full Documentation, Session Cleaning, and Bug FixesApiary documentation is now completed! The documentation covers every endpoint and what can be done, with the expected responses as a sample. As of right now, the API blueprint docs isn't committed…samrg472 (60)in utopian-io • 7 years ago[Utopian-IO] It's Been a Long JourneyIt's been a long time since I made a post about my contributions to the Utopian API. This is what I've worked on thus far: Slimming the data stored in the blockchain, no longer is the entire…jaysermendez (63)in utopian-io • 7 years agoUtopian SDK Typescript rebase- What is the project about? This project is a rewritten version of the Utopian API NPM package made by Nico Wehmöller but whith the support of Typescript out of the box. -…justyy (82)in utopian-io • 7 years agoAdding Sponsors Class to PHP Client of Utopian APIThe project PHP Client of Utopian API wraps the Utopian APIs and yesterday, the sub class Moderators has been added to the project, see Adding Moderator Class to PHP Client of Utopian API…justyy (82)in utopian-io • 7 years agoAdding Moderators Class to PHP Client of Utopian APIPreviously on PHP Client of Utopian API , you see how beautiful the PHP is when it comes to wrap utopian APIs. And I am feeling excited to introduce a sub-class Moderators that extends the…justyy (82)in utopian-io • 7 years agoPHP Client of Utopian APIPHP Client of Utopian API What is the project about? The project is to wrap the public utopian APIs in PHP Class. I have seen @emrebeyler 's contribution on Python client , so I think it…eastmael (67)in utopian-io • 7 years agoSuggestion to Add Review Timestamp to Utopian APIThis was triggered by @crokkon's post here . Components This author dug through the codes of the Utopian API to figure out which component this pertains to and found that the affected…emrebeyler (74)in utopian-io • 7 years agoPython client of Utopian APII use Utopian API a lot to automate things and gather info about the Utopian contributions and stats. After seeing release of the node library for it, I have decided to do the same with…sexualhealing (60)in utopian-io • 7 years agoFirst public release of the utopian.io API npm packageHey folks! Today I'm proud to announce the official utopian.io api npm package: utopian-api << This package is intended to make it easier to interact with the utopian.io api. As for now…