Fetch all submissions made to Netlify Forms in your site and stash them as JSON files before your build runs making the data available to your static site generator at build time.
MIT License
2
stars
1
forks
source link
Handle cases where API requests does not return JSON #1
In the following build, the main API request is not returning JSON:
Should the error message include the API error response, instead of only reporting that it was not JSON?