Skip to content

Commit 179a18b

Browse files
committed
Se actualiza URL de la API
1 parent d4b8424 commit 179a18b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

apigatewaycl/api_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class ApiClient:
4242
para respuestas de error HTTP. Por defecto es True.
4343
'''
4444

45-
__DEFAULT_URL = 'https://apigateway.cl'
45+
__DEFAULT_URL = 'https://legacy.apigateway.cl'
4646
__DEFAULT_VERSION = 'v1'
4747

4848
def __init__(self, token = None, url = None, version = None, raise_for_status = True):

docs/gettingstarted.setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Autenticación en API Gateway
3030
----------------------------
3131

3232
Lo más simple, y recomendado, es usar una variable de entorno con el
33-
`token del usuario <https://apigateway.cl/dashboard#api-auth>`_, la cual será
33+
`token del usuario <https://legacy.apigateway.cl/dashboard#api-auth>`_, la cual será
3434
reconocida automáticamente por el cliente:
3535

3636
.. code:: shell

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
name='apigatewaycl',
3535

3636
# Versions should comply with PEP440
37-
version='5.1.1',
37+
version='5.2.0',
3838

3939
description='Cliente para realizar la integración con los servicios web de API Gateway desde Python.',
4040
long_description="\n"+long_description,

tests/test.env-dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88

99
# Autenticación en API Gateway
10-
APIGATEWAY_API_URL="https://apigateway.cl"
10+
APIGATEWAY_API_URL="https://legacy.apigateway.cl"
1111
APIGATEWAY_API_TOKEN=""
1212

1313
# Contribuyente de primera categoría

0 commit comments

Comments
 (0)