bodrovis/rating-chgk-v2

View on GitHub
lib/rating_chgk_v2/rest/authentication_token.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module RatingChgkV2
  module Rest
    module AuthenticationToken
      def authentication_token(params)
        model_load name: 'AuthenticationToken', ep_params: [[], params], method: :do_post
      end
    end
  end
end