Skip to content

Commit c0b7feb

Browse files
committed
deploy: 67016f2
1 parent 3e33ddc commit c0b7feb

29 files changed

Lines changed: 3595 additions & 28 deletions
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
bcb.BaseODataAPI
2+
================
3+
4+
.. currentmodule:: bcb
5+
6+
.. autoclass:: BaseODataAPI
7+
8+
9+
.. automethod:: __init__
10+
11+
12+
.. rubric:: Methods
13+
14+
.. autosummary::
15+
16+
~BaseODataAPI.__init__
17+
~BaseODataAPI.describe
18+
~BaseODataAPI.get_endpoint
19+
20+
21+
22+
23+
24+
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
bcb.Endpoint
2+
============
3+
4+
.. currentmodule:: bcb
5+
6+
.. autoclass:: Endpoint
7+
8+
9+
.. automethod:: __init__
10+
11+
12+
.. rubric:: Methods
13+
14+
.. autosummary::
15+
16+
~Endpoint.__init__
17+
~Endpoint.get
18+
~Endpoint.query
19+
20+
21+
22+
23+
24+
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
bcb.Expectativas
2+
================
3+
4+
.. currentmodule:: bcb
5+
6+
.. autoclass:: Expectativas
7+
8+
9+
.. automethod:: __init__
10+
11+
12+
.. rubric:: Methods
13+
14+
.. autosummary::
15+
16+
~Expectativas.__init__
17+
~Expectativas.describe
18+
~Expectativas.get_endpoint
19+
20+
21+
22+
23+
24+
.. rubric:: Attributes
25+
26+
.. autosummary::
27+
28+
~Expectativas.BASE_URL
29+
30+
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
bcb.IFDATA
2+
==========
3+
4+
.. currentmodule:: bcb
5+
6+
.. autoclass:: IFDATA
7+
8+
9+
.. automethod:: __init__
10+
11+
12+
.. rubric:: Methods
13+
14+
.. autosummary::
15+
16+
~IFDATA.__init__
17+
~IFDATA.describe
18+
~IFDATA.get_endpoint
19+
20+
21+
22+
23+
24+
.. rubric:: Attributes
25+
26+
.. autosummary::
27+
28+
~IFDATA.BASE_URL
29+
30+
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
bcb.MercadoImobiliario
2+
======================
3+
4+
.. currentmodule:: bcb
5+
6+
.. autoclass:: MercadoImobiliario
7+
8+
9+
.. automethod:: __init__
10+
11+
12+
.. rubric:: Methods
13+
14+
.. autosummary::
15+
16+
~MercadoImobiliario.__init__
17+
~MercadoImobiliario.describe
18+
~MercadoImobiliario.get_endpoint
19+
20+
21+
22+
23+
24+
.. rubric:: Attributes
25+
26+
.. autosummary::
27+
28+
~MercadoImobiliario.BASE_URL
29+
30+
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
bcb.PTAX
2+
========
3+
4+
.. currentmodule:: bcb
5+
6+
.. autoclass:: PTAX
7+
8+
9+
.. automethod:: __init__
10+
11+
12+
.. rubric:: Methods
13+
14+
.. autosummary::
15+
16+
~PTAX.__init__
17+
~PTAX.describe
18+
~PTAX.get_endpoint
19+
20+
21+
22+
23+
24+
.. rubric:: Attributes
25+
26+
.. autosummary::
27+
28+
~PTAX.BASE_URL
29+
30+
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
bcb.TaxaJuros
2+
=============
3+
4+
.. currentmodule:: bcb
5+
6+
.. autoclass:: TaxaJuros
7+
8+
9+
.. automethod:: __init__
10+
11+
12+
.. rubric:: Methods
13+
14+
.. autosummary::
15+
16+
~TaxaJuros.__init__
17+
~TaxaJuros.describe
18+
~TaxaJuros.get_endpoint
19+
20+
21+
22+
23+
24+
.. rubric:: Attributes
25+
26+
.. autosummary::
27+
28+
~TaxaJuros.BASE_URL
29+
30+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
bcb.currency.get
2+
================
3+
4+
.. currentmodule:: bcb.currency
5+
6+
.. autofunction:: get
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
bcb.currency.get\_currency\_list
2+
================================
3+
4+
.. currentmodule:: bcb.currency
5+
6+
.. autofunction:: get_currency_list
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
bcb.sgs.get
2+
===========
3+
4+
.. currentmodule:: bcb.sgs
5+
6+
.. autofunction:: get

0 commit comments

Comments
 (0)