Sha256: ac05e3ec5d86d39bdbdf962ef3eac6eb776aef94e12a53a03f381aa153264c49

Contents?: true

Size: 963 Bytes

Versions: 9

Compression:

Stored size: 963 Bytes

Contents

CorreiosSigep
=============

[![Build Status](https://travis-ci.org/duduribeiro/correios_sigep.svg?branch=master)](https://travis-ci.org/duduribeiro/correios_sigep)

- Integrador responsável pela comunicação com o SigepWeb - http://goo.gl/z8VJjJ.
- Excelente documentação do SigepWeb providenciada pelos Correios: http://goo.gl/6TWp2f :trollface:

- Métodos suportados
-- Solicitação de postagem de reversa (documentação, pág 36)
-- Busca de SRO - ticket (documentação, pág 39)

## Instalação

Adicione ao seu Gemfile:

```ruby
gem 'correios_sigep'
```

E execute:

    $ bundle

Ou instale manualmente com:

    $ gem install correios_sigep

## Contributing

1. Fork it ( https://github.com/[my-github-username]/correios_sigep/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
correios_sigep-0.2.4 README.md
correios_sigep-0.2.3 README.md
correios_sigep-0.2.2 README.md
correios_sigep-0.2.1 README.md
correios_sigep-0.2.0 README.md
correios_sigep-0.1.1 README.md
correios_sigep-0.1.0 README.md
correios_sigep-0.0.5 README.md
correios_sigep-0.0.4 README.md