Reference Materials

Documentation

CloudEndure

API References

Errors

Some errors are not specifically written in every method since they may always return. Those are:

  • 401 (Unauthorized) - for unauthenticated requests.
  • 405 (Method Not Allowed) - for using a method that is not supported (POST instead of GET).
  • 403 (Forbidden) - request is authenticated, but the user is not allowed to access.
  • 422 (Unprocessable Entity) - for invalid input.

General Guidance

Packages & Dependencies

Package Dependencies

Build/Dev/Testing Dependencies