Sha256: d65417a762d14b6ec514e63a33a85a16fa8b5999da2a06711b9d03be3a132d75

Contents?: true

Size: 338 Bytes

Versions: 11

Compression:

Stored size: 338 Bytes

Contents

class SmsAero
  operation :check_senders do
    documentation "https://smsaero.ru/api/description/#signs"

    path { "senders" }

    query do
      attribute :sign, Types::FilledString
    end

    response :success, 200, format: :json, model: Answer do
      attribute :data, Types::Array.member(Types::FilledString)
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
sms_aero-0.0.11 lib/sms_aero/operations/check_senders.rb
sms_aero-0.0.10 lib/sms_aero/operations/check_senders.rb
sms_aero-0.0.9 lib/sms_aero/operations/check_senders.rb
sms_aero-0.0.8 lib/sms_aero/operations/check_senders.rb
sms_aero-0.0.7 lib/sms_aero/operations/check_senders.rb
sms_aero-0.0.6 lib/sms_aero/operations/check_senders.rb
sms_aero-0.0.5 lib/sms_aero/operations/check_senders.rb
sms_aero-0.0.4 lib/sms_aero/operations/check_senders.rb
sms_aero-0.0.3 lib/sms_aero/operations/check_senders.rb
sms_aero-0.0.2 lib/sms_aero/operations/check_senders.rb
sms_aero-0.0.1 lib/sms_aero/operations/check_senders.rb