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

7
LINES

< > BotCompany Repo | #1024370 // agiBlue_pagesAndValuesForKey

JavaX fragment (include)

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

Author comment

Began life as a copy of #1024364

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1024370
Snippet name: agiBlue_pagesAndValuesForKey
Eternal ID of this version: #1024370/3
Text MD5: e9ebf81ab000edf3d2c9393ee27fceea
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-07 00:39:42
Source code size: 255 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 181 / 220
Version history: 2 change(s)
Referenced in: [show references]