Sha256: 5624adff009a64036554608850dafda01c60a2c739eebfca3f039439f0f63731
Contents?: true
Size: 299 Bytes
Versions: 7
Compression:
Stored size: 299 Bytes
Contents
require 'mollie-api-ruby' begin offset = 0 limit = 50 api_keys = Mollie::Profile::ApiKey.all( limit, offset, profile_id: "pfl_v9hTwCvYqw", api_key: 'access_Wwvu7egPcJLLJ9Kb7J632x8wJ2zMeJ' ) rescue Mollie::Exception => e puts 'An error has occurred: ' << e.message end
Version data entries
7 entries across 7 versions & 1 rubygems