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
{{ message }}
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.
Not all endpoints have all operations available. This was solved for the Webhooks endpoint as it needs some custom methods as well, but it would defeat the purpose of the magic calls happening in the library for other endpoints.
Instead, on debug mode (i.e. Config::debugLevel(DEBUG_BASIC)) we should run conservative validation rules to warn the developer the call they're trying to run is not available on the API. There are already specifications for that (on BaseEndpoint::$specs) but that's not yet used.
That's more friendly than a random 404 error with no specification on what went wrong from ProsperWorks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not all endpoints have all operations available. This was solved for the Webhooks endpoint as it needs some custom methods as well, but it would defeat the purpose of the magic calls happening in the library for other endpoints.
Instead, on debug mode (i.e.
Config::debugLevel(DEBUG_BASIC)
) we should run conservative validation rules to warn the developer the call they're trying to run is not available on the API. There are already specifications for that (onBaseEndpoint::$specs
) but that's not yet used.That's more friendly than a random 404 error with no specification on what went wrong from ProsperWorks.
The text was updated successfully, but these errors were encountered: