You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to have code that goes through the library service data and checks that all the links are still working.
This will need to call to each URL and analyse the return data to ensure it receives a 200 code.
The code should be published as a single API route that can be called from the following URL:
/services/airtable/audit
The data returned should be an array of all the library services with a status (e.g. success/failure) and where there have been URL failures, a list of the invalid URLs and the status codes.
The text was updated successfully, but these errors were encountered:
It would be useful to have code that goes through the library service data and checks that all the links are still working.
This will need to call to each URL and analyse the return data to ensure it receives a 200 code.
The code should be published as a single API route that can be called from the following URL:
/services/airtable/audit
The data returned should be an array of all the library services with a status (e.g. success/failure) and where there have been URL failures, a list of the invalid URLs and the status codes.
The text was updated successfully, but these errors were encountered: