Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

camara

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

camara

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Code Climate Build Status Coverage Status

Camara

Camara é uma biblioteca para acesso aos webservices da Camera dos Deputados.

Instalação

Adicione esta linha aos seu Gemfile:

gem 'camara'

E execute:

$ bundle

Ou instale você mesmo:

$ gem install camara

Uso

deputados = Camara::Deputados.obter_deputados # => [<Deputado>, <Deputado>, ...]
deputado = Camara::Deputados.obter_detalhes_deputado(deputados.first.id) # => <Deputado>
deputado.nome # => "Fulano de Tal"

Contribuindo

  1. Faça um fork do projeto
  2. Crie um branch para a sua feature (git checkout -b minha-nova-feature)
  3. Commit suas mudanças (git commit -am 'Adicionada nova feature')
  4. Faça push para o branch (git push origin minha-nova-feature)
  5. Crie um Pull Request

FAQs

Package last updated on 02 Nov 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc