namespace Apimanager_backend.Models { public enum ApiMethod { GET = 0, POST = 1, PUT = 2, DELETE = 3 } }