Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.92 KB

REFERENCE.md

File metadata and controls

57 lines (42 loc) · 1.92 KB

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.

Package Related

General Guidance

Packages & Dependencies

Package Dependencies

Build/Dev/Testing Dependencies