Sha256: 44b1e9d28e0247d3586409608806426db37411924722ce0cf1ceb3d670cff673
Contents?: true
Size: 608 Bytes
Versions: 1
Compression:
Stored size: 608 Bytes
Contents
exec: {} in: type: http url: http://express.heartrails.com/api/json params: - {name: method, value: getStations} - {name: x, value: "{130..135}.0", expand: true} - {name: y, value: "{30..35}.0", expand: true} schema: - {name: name, type: string} - {name: next, type: string} - {name: prev, type: string} - {name: distance, type: string} - {name: lat, type: double, path: x} - {name: lng, type: double, path: y} - {name: line, type: string} - {name: postal, type: string} method: get iterate: {type: json, path: $.response.station} out: {type: stdout}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
embulk-input-http-0.0.3 | example/json-example-expand.yml |