mlool / workday-calendar-extension

MIT License
57 stars 22 forks source link

[Bug] API Call Reliability #128

Closed jaskirat-gill closed 1 month ago

jaskirat-gill commented 1 month ago

API calls seem to return a 200 response always, sometimes get a data not found error. The queries in the body are identical to Workday however. Suggestion: Some endpoints (like the mass select endpoint) return the Secure Session Token in the response body. Maybe if we store that every session and include in our bodies, we'll have more consitent responses? Haven't tested but worth a shot

jaskirat-gill commented 1 month ago

Fixed