Files
NativeScript/apps/automated/app/fetch/fetch.md
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

522 B

nav-title, title, environment, description, previous_url
nav-title title environment description previous_url
fetch How-To fetch nativescript Examples for using fetch /ApiReference/fetch/HOW-TO

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%}