Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Built main structure and filled methods #26

Merged
merged 6 commits into from
Mar 8, 2017

Conversation

JoaoCarabetta
Copy link
Contributor

@JoaoCarabetta JoaoCarabetta commented Mar 6, 2017

Here I built the basic structure of the Python Client with two examples to Camara dos Deputados

It closes issue #25, #2, #3, #4, #5, #6, #7

However, I did not implemented tests!

The code is ready to use by installing

python3 setup.py install

and then run a python code with

import cn_api_client
camara = cn.Camara()
camara.deputados.obter_detalhes_deputado(141428)
camara.deputados.obter_deputados()

@JoaoCarabetta JoaoCarabetta changed the title Built Skeleton of the Code with an example Built main structure and filled methods Mar 6, 2017
@JoaoCarabetta JoaoCarabetta merged commit 63cf12a into congresso-em-numeros:master Mar 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant