"""Constants for microservice interactions.""" APPLICATION_NAME = 'daemon-notifications-delivery' METHOD_GET = 'get' METHOD_POST = 'post' METHOD_PUT = 'put' OWS_USERS = 'ows-users' OWS_FEATURES = 'ows-features' OWS_NOTIFICATIONS = 'ows-notifications' OWS_ACCOUNT = 'ows-account'