enso/test/Base_Tests/data/datalinks/example-http-format-notreal.datalink
James Dunkerley 7b4b635fa8
Add Row Number starts at 0 and other tweaks. (#11017)
- Change default to be from 0.
- Alter widgets so always shown.
- Tweaks to the Welcome screen following review with Product Team.
- Use 0 for default seed option in `Index_Sub_Range.Sample`.
- Add ALIASES for aggregate and running.
- Add more imports for `Widgets.enso` to fix extension methods not working.
2024-09-09 20:26:59 +00:00

13 lines
271 B
Plaintext

{
"type": "HTTP",
"libraryName": "Standard.Base",
"method": "GET",
"uri": "http://http-test-helper.local/testfiles/js.txt",
"format": {
"type": "format",
"subType": "notreal",
"delimiter": " ",
"headers": false
}
}