
-
    request:
        method: GET
        url: 'https://sandbox.boletosimples.com.br/api/v1/bank_billets/1'
        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 invalid'
            Accept: null
    response:
        status:
            http_version: '1.1'
            code: '401'
            message: Unauthorized
        headers:
            Server: Cowboy
            Connection: keep-alive
            Strict-Transport-Security: max-age=2592000
            Www-Authenticate: 'Basic realm="Boleto Simples"'
            Content-Type: 'application/json; charset=utf-8'
            Cache-Control: 'no-cache, private'
            X-Request-Id: 5b04d459-442d-4ec4-8643-685610200404
            X-Runtime: '0.010425'
            Date: 'Sun, 08 Mar 2015 02:09:34 GMT'
            X-Rack-Cache: miss
            Vary: Accept-Encoding
            Transfer-Encoding: chunked
            Via: '1.1 vegur'
        body: '{"error":"Você precisa se logar ou registrar antes de prosseguir."}'
