-
Notifications
You must be signed in to change notification settings - Fork 232
Open
Description
await axios.get(`https://collectionapi.metmuseum.org/public/collection/v1/objects/181640`).then(res => res.data).catch(e => console.log('what is e', e.message, e.request.path));
what is e Request failed with status code 404 /public/collection/v1/objects/181640
Edit: I'm looking at the objectIds array and am seeing how there are missing objectids intentionally. What's the point of the total property if you can just use the .length property on the objectIds array?
Metadata
Metadata
Assignees
Labels
No labels