Login
Discover
Waves
Communities
Login
Signup
Topics
#utopian-api
Global
Trending
Hot
New
Top
#utopian-api
New
Top communities
Create your community
latest #utopian-api created topics | Ecency
kabooom
utopian-io
2018-04-30 00:06
[utopian.java v0.3.1] - Support for api key, mapping new json fields to java
Overview 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 improvements. For more
$ 169.095
38
5
kabooom
utopian-io
2018-04-04 13:15
[utopian.java v0.3.0] - Support for string response to java type mapping
Overview 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 version 0.2.0 Requirements
$ 71.303
46
3
kabooom
utopian-io
2018-03-25 18:30
[utopian.java v0.1.0] Utopian API for desktop Java and Android
Overview 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 platform.
ms10398
utopian-io
2018-02-12 00:46
[Utopian.js] - Final Release with all features added
New 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 getPostsByGithubProject How did
chaosmagic23
Proof of Brain
2026-08-09 05:45
Published via Ecency
Promoted
Bitcoin Just Faced a Fork Attempt – What Happened With BIP-110?
Bitcoin has survived another fascinating test of decentralized consensus. For months, a controversial proposal called BIP-110, also known as the Reduced Data Temporary Softfork (RDTS), has divided parts
emrebeyler
utopian-io
2018-01-25 10:48
Introducing utopian_data - Store public Utopian data on your local Mongodb
utopian_data is a CLI application which fetches public data of Utopian into your Mongodb instance. Supported collections: moderators (api/moderators) sponsors (api/sponsors) posts ( api/posts) Why I have
justyy
utopian-io
2018-01-22 18:50
Adding `Stats` Class to PHP Client of Utopian API
The 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 PHP Client of Utopian
ms10398
utopian-io
2018-01-22 08:15
Add more functions to the Utopian api npm package
New 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) => { return new Promise((resolve,
samrg472
utopian-io
2018-01-19 20:50
[Utopian-IO] Contributor Report - Full Documentation, Session Cleaning, and Bug Fixes
Apiary 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 to
agsst
Town Square
2026-08-09 05:00
Published via Ecency
Promoted
I Rented a House 5 Meters From a Cemetery. Would You?
10/10, Not Scary At All I finally moved! This is my new rented house. The first time I saw it, I fell in love right away. The terrace is super wide, and the pillars are unique with stone-pattern ceramic
samrg472
utopian-io
2018-01-18 19:14
[Utopian-IO] It's Been a Long Journey
It'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 GitHub repository
jaysermendez
utopian-io
2018-01-17 10:45
Utopian 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. - Differences One of the main
justyy
utopian-io
2018-01-15 19:56
Adding Sponsors Class to PHP Client of Utopian API
The 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. Today, Sponsors
justyy
utopian-io
2018-01-15 01:34
Adding Moderators Class to PHP Client of Utopian API
Previously 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 Utopian base
cliffblank
lionsgate
2026-08-08 16:51
Published via Ecency
Promoted
Lions Gate Portal — August 8th ✨ AI vs. Human Pull
Lions Gate Portal — August 8th ✨ AI vs. Human Pull The energy today is unmistakable. As the Sun in Leo aligns with Sirius, the “Lion’s Gate” cracks open — a numerologically loaded 8/8 gateway of abundance,
justyy
utopian-io
2018-01-13 17:16
PHP Client of Utopian API
PHP 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 is a good idea
eastmael
utopian-io
2018-01-13 01:05
Suggestion to Add Review Timestamp to Utopian API
This 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 model is PostSchema.
emrebeyler
utopian-io
2018-01-09 07:18
Python client of Utopian API
I 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 Python. It supports
sexualhealing
utopian-io
2018-01-08 02:24
!
Downvoted by users, Reveal content
First public release of the utopian.io API npm package
Hey 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 you can: