Sha256: 499682b0f0fbd54f7de28e9519639180d9315e8f95ced4c39f1121ee6bcabe89

Contents?: true

Size: 441 Bytes

Versions: 5

Compression:

Stored size: 441 Bytes

Contents

# frozen_string_literal: true

module Fintecture
  module Api
    module Endpoints
      module Ais
        # TODO: faire plus complet, avec un mot clef a remplacer
        CONNECT = 'ais/v2/connect'
        ACCOUNTS = 'ais/v1/customer'
        TRANSACTIONS = 'ais/v1/customer'
        ACCOUNTHOLDERS = 'ais/v1/customer'
        CUSTOMER = 'ais/v1/customer'
        AUTHORIZE = 'ais/v1/provider'
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fintecture-0.5.1 lib/fintecture/endpoints/ais.rb
fintecture-0.5.0 lib/fintecture/endpoints/ais.rb
fintecture-0.4.1 lib/fintecture/endpoints/ais.rb
fintecture-0.3.1 lib/fintecture/endpoints/ais.rb
fintecture-0.3.0 lib/fintecture/endpoints/ais.rb