Skip to content
Snippets Groups Projects

(Move openapi scripts to HAF ) Move openapi to haf

Closed Michal Zander requested to merge mzander/move-openapi-to-haf into develop
8 files
+ 106
549
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -11,9 +11,9 @@ SET ROLE reptracker_owner;
https://hive.blog/steemit/@digitalnotvir/how-reputation-scores-are-calculated-the-details-explained-with-simple-math
SQL example
* `SELECT * FROM reptracker_endpoints.get_account_reputation('blocktrades');`
* `SELECT * FROM reptracker_endpoints.get_account_reputation(''blocktrades'');`
* `SELECT * FROM reptracker_endpoints.get_account_reputation('initminer');`
* `SELECT * FROM reptracker_endpoints.get_account_reputation(''initminer'');`
REST call example
* `GET https://{reptracker-host}/%1$s/reputation/blocktrades`
Loading