Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1024364 // agiBlue_entriesOnPage

JavaX fragment (include)

static L<PairS> agiBlue_entriesOnPage(S slice, S page) {
  new L<PairS> l;
  
  for (Map map : (L<Map>) loadJSONPage(agiBlueURL() + "/bot/entriesOnPage" + hquery(+slice, q := page)))
    l.add(pair((S) map.get('key), (S) map.get('value)));
  ret l;
}

Author comment

Began life as a copy of #1024249

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1024364
Snippet name: agiBlue_entriesOnPage
Eternal ID of this version: #1024364/2
Text MD5: 5ae2aae40330526569f72fede8f5b70a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-06 21:32:19
Source code size: 256 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 156 / 194
Version history: 1 change(s)
Referenced in: [show references]