Back to Nativescript

fetch

apps/automated/src/fetch/fetch.md

9.0.20-core365 B
Original Source

Get Response from URL

{%snippet fetch-response%}

Get string from URL

{%snippet fetch-string%}

Get JSON from URL

{%snippet fetch-json%}

Get FormData from URL

{%snippet fetch-formdata%}

Get Response status

{%snippet fetch-status-response%}

Get response headers

{%snippet fetch-headers-response%}

Post JSON

{%snippet fetch-post-json%}