
-
    request:
        method: GET
        url: 'https://sandbox.boletosimples.com.br/api/v1/bank_billets?page=1&per_page=2'
        headers:
            Host: sandbox.boletosimples.com.br
            Accept-Encoding: null
            Content-Type: application/json
            User-Agent: 'BoletoSimples PHP Client v0.0.5 (contato@boletosimples.com.br)'
            Authorization: 'Bearer BOLETOSIMPLES_ACCESS_TOKEN'
            Accept: null
    response:
        status:
            http_version: '1.1'
            code: '200'
            message: OK
        headers:
            Server: Cowboy
            Connection: keep-alive
            Strict-Transport-Security: max-age=2592000
            Link: '<https://sandbox.boletosimples.com.br/api/v1/bank_billets?page=55&per_page=2>; rel="last", <https://sandbox.boletosimples.com.br/api/v1/bank_billets?page=2&per_page=2>; rel="next"'
            Total: '110'
            Content-Type: 'application/json; charset=utf-8'
            X-Ratelimit-Limit: '500'
            X-Ratelimit-Remaining: '498'
            Etag: 'W/"4f721191657c4716b927b672cd0f3b65"'
            Cache-Control: 'must-revalidate, private, max-age=0'
            X-Request-Id: d90e7ee8-5207-4163-a5e9-7b532f1836c0
            X-Runtime: '0.048707'
            Date: 'Sat, 07 Mar 2015 22:47:53 GMT'
            X-Rack-Cache: miss
            Vary: Accept-Encoding
            Transfer-Encoding: chunked
            Via: '1.1 vegur'
        body: '[{"id":799,"expire_at":"2015-01-01","paid_at":null,"description":"Cobrança XPTO","status":"opened","shorten_url":"http://staging.bole.to/niq5avd4","customer_person_type":"individual","customer_person_name":"Joao da Silva","customer_cnpj_cpf":"012.345.678-90","customer_address":"Rua quinhentos","customer_state":"RJ","customer_neighborhood":"Sao Francisco","customer_zipcode":"12312-123","customer_address_number":"111","customer_address_complement":"Sala 4","customer_phone_number":"2112123434","customer_email":"cliente@example.com","notification_url":null,"send_email_on_creation":null,"created_via_api":true,"customer_city_name":"Rio de Janeiro","paid_amount":0.0,"amount":9.99},{"id":798,"expire_at":"2014-01-01","paid_at":null,"description":"Despesas do contrato 0012","status":"opened","shorten_url":"http://staging.bole.to/niq6avd3","customer_person_type":"individual","customer_person_name":"Joao da Silva","customer_cnpj_cpf":"012.345.678-90","customer_address":"Rua quinhentos","customer_state":"RJ","customer_neighborhood":"Sao Francisco","customer_zipcode":"12312-123","customer_address_number":"111","customer_address_complement":"Sala 4","customer_phone_number":"2112123434","customer_email":"cliente@example.com","notification_url":"http://example.com.br/notify","send_email_on_creation":null,"created_via_api":true,"customer_city_name":"Rio de Janeiro","paid_amount":0.0,"amount":9.01}]'
