Sha256: 922fdb210f0a8cb14e6de8462e9a4c6d580383534bed34074af88473b3a1ce81

Contents?: true

Size: 494 Bytes

Versions: 45

Compression:

Stored size: 494 Bytes

Contents

# typed: true

# DO NOT EDIT MANUALLY
# This file was pulled from a central RBI files repository.
# Please run `bin/tapioca annotations` to update it.

module Faraday
  class << self
    sig { params(url: T.untyped, options: T::Hash[Symbol, T.untyped], block: T.nilable(T.proc.params(connection: Faraday::Connection).void)).returns(Faraday::Connection) }
    def new(url = nil, options = {}, &block); end
  end
end

class Faraday::Response
  sig { returns(T::Boolean) }
  def success?; end
end

Version data entries

45 entries across 45 versions & 3 rubygems

Version Path
checkoff-0.223.0 sorbet/rbi/annotations/faraday.rbi
checkoff-0.222.0 sorbet/rbi/annotations/faraday.rbi
checkoff-0.221.0 sorbet/rbi/annotations/faraday.rbi
checkoff-0.220.0 sorbet/rbi/annotations/faraday.rbi
checkoff-0.219.0 sorbet/rbi/annotations/faraday.rbi
checkoff-0.218.0 sorbet/rbi/annotations/faraday.rbi
checkoff-0.217.0 sorbet/rbi/annotations/faraday.rbi
checkoff-0.216.0 sorbet/rbi/annotations/faraday.rbi
checkoff-0.215.0 sorbet/rbi/annotations/faraday.rbi
checkoff-0.214.0 sorbet/rbi/annotations/faraday.rbi
checkoff-0.213.0 sorbet/rbi/annotations/faraday.rbi
checkoff-0.212.0 sorbet/rbi/annotations/faraday.rbi
checkoff-0.211.0 sorbet/rbi/annotations/faraday.rbi
checkoff-0.210.0 sorbet/rbi/annotations/faraday.rbi
checkoff-0.209.0 sorbet/rbi/annotations/faraday.rbi
checkoff-0.208.0 sorbet/rbi/annotations/faraday.rbi
checkoff-0.207.0 sorbet/rbi/annotations/faraday.rbi
checkoff-0.206.0 sorbet/rbi/annotations/faraday.rbi
checkoff-0.205.0 sorbet/rbi/annotations/faraday.rbi
checkoff-0.204.0 sorbet/rbi/annotations/faraday.rbi