- Feb 07, 2019
-
-
Aaron Estrada Poggio authored
Support for multiline strings in EnvironmentConfig See merge request !8
-
- Feb 04, 2019
-
-
Aaron Estrada Poggio authored
Introduced the feature to define multiline strings to be stored as configuration values for a Flask application. Variables are stored normally in the "multivars.py" file inside each environment folder, and are accessible via application.config dictionary.
-
Aaron Estrada Poggio authored
Merge request from 0.5 to master See merge request !7
-
- Dec 12, 2018
-
-
Aaron Estrada Poggio authored
There might be sync problems between local and server token expiration dates. This type of connection tries to connect using two attempts, as follows: * The API tries to connect with current token * If response code is 401 (Unauthorized), try to generate new token and attempt to connect again * Return connection response from first or second attempt
-
- Nov 28, 2018
-
-
Aaron Estrada Poggio authored
0.4 to master See merge request !6
-
- Oct 23, 2018
-
-
Aaron Estrada Poggio authored
-
Aaron Estrada Poggio authored
-
Aaron Estrada Poggio authored
- Included the function _custom_headers as an overwritten function. The idea is to allow the API connection to include a custom header besides the fixed header; - Flag "token_required" changed to "add_custom_header", which it calls the _custom_headers function instead of including the token value; - By default, the "_custom_headers" function will include the token value as part of the header.
-
Aaron Estrada Poggio authored
- Included the function _custom_headers as an overwritten function. The idea is to allow the API connection to include a custom header besides the fixed header; - Flag "token_required" changed to "add_custom_header", which it calls the _custom_headers function instead of including the token value; - By default, the "_custom_headers" function will include the token value as part of the header.
-
Aaron Estrada Poggio authored
0.3 See merge request !5
-
- Oct 10, 2018
-
-
Aaron Estrada Poggio authored
-
- Oct 09, 2018
-
-
Aaron Estrada Poggio authored
- Output as raw content instead of JSON allowed
-
Aaron Estrada Poggio authored
- .gitignore added
-
Aaron Estrada Poggio authored
0.2 See merge request !4
-
- Aug 01, 2018
-
-
Aaron Estrada Poggio authored
- Output as raw content instead of JSON allowed
-
- Jul 30, 2018
-
-
Aaron Estrada Poggio authored
- Fixed error code on failed connection to 404
-
- Jul 27, 2018
-
-
Aaron Estrada Poggio authored
-
Aaron Estrada Poggio authored
-
- Jul 12, 2018
-
-
Aaron Estrada Poggio authored
0.1 See merge request !3
-
Aaron Estrada Poggio authored
- Library to set environment using .env files
-
Aaron Estrada Poggio authored
- Library to set environment using .env files
-
Aaron Estrada Poggio authored
- Authentication and password generation added See merge request !2
-
Aaron Estrada Poggio authored
- Library to set environment using .env files
-
Aaron Estrada Poggio authored
- Authentication and password generation added See merge request !1
-
Aaron Estrada Poggio authored
- Library to set environment using .env files
-
Aaron Estrada Poggio authored
-