# Copyright (c) 2020 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true module Contrast # Builds out the Contrast::Api namespace and requires the classes in the api # directory, making available those classes required to communicate with the # Contrast Service, including those generated from Protobuf module Api ENCODING_STRING = 'I>' end end cs__scoped_require 'contrast/api/dtm.pb' cs__scoped_require 'contrast/api/settings.pb' cs__scoped_require 'contrast/api/decorators' cs__scoped_require 'contrast/api/communication'