The public-facing v3 API for ArcGIS Hub adheres to the JSON:API standard. The specification is worth reading on its own but we will provide some examples here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Minutes Per Mile</title> | |
<meta name="GENERATOR" content="Microsoft FrontPage 5.0"> | |
<meta name="Microsoft Theme" content="hw 010, default"> | |
<meta name="Microsoft Border" content="t"> | |
</head> |
aph·o·rism /afəˌrizəm/ noun
a pithy observation that contains a general truth, such as, “if it ain't broke, don't fix it.”.
how did i get here?
⬇ Luddite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: apache-2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"topTapestrySegmentMedianAgeEV": "", | |
"topTapestrySegmentMedianIncomeEV": "TapestryNEW.TOP1INCOME", | |
"topTapestrySegmentNameEV": "TapestryNEW.TOP1NAME", | |
"topTapestrySegmentPercentEV": "TapestryNEW.TOP1PRC", | |
"topTapestrySegmentTypeEV": "TapestryNEW.TOP1TYPE", | |
"topTapestrySegmentNumberEV": "TapestryNEW.TOP1NUM", | |
"secondTapestrySegmentMedianAgeEV": "TapestryNEW.TOP2AGE", | |
"secondTapestrySegmentMedianIncomeEV": "TapestryNEW.TOP2INCOME", | |
"secondTapestrySegmentNameEV": "TapestryNEW.TOP2NAME", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no"> | |
<title>Hotspot Analysis</title> | |
<link rel="stylesheet" href="https://js.arcgis.com/3.23/dijit/themes/claro/claro.css" /> | |
<link rel="stylesheet" href="https://js.arcgis.com/3.23/esri/css/esri.css" /> | |
<style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: apache-2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Test Payload | |
{ | |
"text": "Disneyland" | |
} | |
// block | |
export default (request) => { | |
let xhr = require('xhr'); | |
let query = require('codec/query_string'); | |
NewerOlder