diff --git a/docs/_md/v5/CLI Commands-flask-imp blueprint.md b/docs/_md/v5/CLI Commands-flask-imp blueprint.md index 8500ca19..c323ac98 100644 --- a/docs/_md/v5/CLI Commands-flask-imp blueprint.md +++ b/docs/_md/v5/CLI Commands-flask-imp blueprint.md @@ -6,15 +6,25 @@ Title = Generate a Flask-Imp Blueprint Flask-Imp has its own type of blueprint. It can read some configuration from a toml file and has some extra methods for auto importing. +You have the option to generate a regular template rendering blueprint, or a API blueprint that returns a JSON response. + ```bash flask-imp blueprint --help ``` +or +```bash +flask-imp api-blueprint --help +``` To generate a Flask-Imp blueprint, run the following command: ```bash flask-imp blueprint ``` +or +```bash +flask-imp api-blueprint +``` After running this command, you will be prompted to enter the location of where you want to create your blueprint: diff --git a/docs/v3/static/water.css b/docs/v3/static/water.css index 80452301..945210c0 100644 --- a/docs/v3/static/water.css +++ b/docs/v3/static/water.css @@ -662,7 +662,7 @@ time { } pre { - overflow-x: scroll; + overflow-x: auto; } pre > code { diff --git a/docs/v4/static/water.css b/docs/v4/static/water.css index 80452301..945210c0 100644 --- a/docs/v4/static/water.css +++ b/docs/v4/static/water.css @@ -662,7 +662,7 @@ time { } pre { - overflow-x: scroll; + overflow-x: auto; } pre > code { diff --git a/docs/v5/cli_commands-flask-imp_blueprint.html b/docs/v5/cli_commands-flask-imp_blueprint.html index d34eb2ba..adbf4899 100644 --- a/docs/v5/cli_commands-flask-imp_blueprint.html +++ b/docs/v5/cli_commands-flask-imp_blueprint.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

@@ -248,11 +248,18 @@

Menu

Generate a Flask-Imp Blueprint

Flask-Imp has its own type of blueprint. It can read some configuration from a toml file and has some extra methods for auto importing.

+

You have the option to generate a regular template rendering blueprint, or a API blueprint that returns a JSON response.

flask-imp blueprint --help
 
+

or

+
flask-imp api-blueprint --help
+

To generate a Flask-Imp blueprint, run the following command:

flask-imp blueprint
 
+

or

+
flask-imp api-blueprint
+

After running this command, you will be prompted to enter the location of where you want to create your blueprint:

~ $ flask-imp blueprint
 (Creation is relative to the current working directory)
diff --git a/docs/v5/cli_commands-flask-imp_init.html b/docs/v5/cli_commands-flask-imp_init.html
index 3fe96fb4..a2caf647 100644
--- a/docs/v5/cli_commands-flask-imp_init.html
+++ b/docs/v5/cli_commands-flask-imp_init.html
@@ -20,7 +20,7 @@
     

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/flask_imp_auth-authenticate_password.html b/docs/v5/flask_imp_auth-authenticate_password.html index 8a6c4a82..67787de6 100644 --- a/docs/v5/flask_imp_auth-authenticate_password.html +++ b/docs/v5/flask_imp_auth-authenticate_password.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/flask_imp_auth-encrypt_password.html b/docs/v5/flask_imp_auth-encrypt_password.html index 126d83da..47207a92 100644 --- a/docs/v5/flask_imp_auth-encrypt_password.html +++ b/docs/v5/flask_imp_auth-encrypt_password.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/flask_imp_auth-generate_alphanumeric_validator.html b/docs/v5/flask_imp_auth-generate_alphanumeric_validator.html index 53582098..204d4b46 100644 --- a/docs/v5/flask_imp_auth-generate_alphanumeric_validator.html +++ b/docs/v5/flask_imp_auth-generate_alphanumeric_validator.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/flask_imp_auth-generate_csrf_token.html b/docs/v5/flask_imp_auth-generate_csrf_token.html index e1bd11d1..ec8271b6 100644 --- a/docs/v5/flask_imp_auth-generate_csrf_token.html +++ b/docs/v5/flask_imp_auth-generate_csrf_token.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/flask_imp_auth-generate_email_validator.html b/docs/v5/flask_imp_auth-generate_email_validator.html index bd16528e..74d70dff 100644 --- a/docs/v5/flask_imp_auth-generate_email_validator.html +++ b/docs/v5/flask_imp_auth-generate_email_validator.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/flask_imp_auth-generate_numeric_validator.html b/docs/v5/flask_imp_auth-generate_numeric_validator.html index 1045cc7c..6dfac032 100644 --- a/docs/v5/flask_imp_auth-generate_numeric_validator.html +++ b/docs/v5/flask_imp_auth-generate_numeric_validator.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/flask_imp_auth-generate_password.html b/docs/v5/flask_imp_auth-generate_password.html index 085cb932..ca24d018 100644 --- a/docs/v5/flask_imp_auth-generate_password.html +++ b/docs/v5/flask_imp_auth-generate_password.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/flask_imp_auth-generate_private_key.html b/docs/v5/flask_imp_auth-generate_private_key.html index 8e34076f..10a067cc 100644 --- a/docs/v5/flask_imp_auth-generate_private_key.html +++ b/docs/v5/flask_imp_auth-generate_private_key.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/flask_imp_auth-generate_salt.html b/docs/v5/flask_imp_auth-generate_salt.html index 9d718c04..1b95fd4b 100644 --- a/docs/v5/flask_imp_auth-generate_salt.html +++ b/docs/v5/flask_imp_auth-generate_salt.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/flask_imp_auth-is_email_address_valid.html b/docs/v5/flask_imp_auth-is_email_address_valid.html index 8358aa5e..e847f1b7 100644 --- a/docs/v5/flask_imp_auth-is_email_address_valid.html +++ b/docs/v5/flask_imp_auth-is_email_address_valid.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/flask_imp_auth-is_username_valid.html b/docs/v5/flask_imp_auth-is_username_valid.html index df672d9a..00d3bbe5 100644 --- a/docs/v5/flask_imp_auth-is_username_valid.html +++ b/docs/v5/flask_imp_auth-is_username_valid.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/flask_imp_config-databaseconfig.html b/docs/v5/flask_imp_config-databaseconfig.html index bebfbe81..b42fd071 100644 --- a/docs/v5/flask_imp_config-databaseconfig.html +++ b/docs/v5/flask_imp_config-databaseconfig.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/flask_imp_config-flaskconfig.html b/docs/v5/flask_imp_config-flaskconfig.html index b633eb2a..62ed1c39 100644 --- a/docs/v5/flask_imp_config-flaskconfig.html +++ b/docs/v5/flask_imp_config-flaskconfig.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/flask_imp_config-impblueprintconfig.html b/docs/v5/flask_imp_config-impblueprintconfig.html index 15779731..32dbddff 100644 --- a/docs/v5/flask_imp_config-impblueprintconfig.html +++ b/docs/v5/flask_imp_config-impblueprintconfig.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/flask_imp_config-impconfig.html b/docs/v5/flask_imp_config-impconfig.html index 1769639b..7f62d415 100644 --- a/docs/v5/flask_imp_config-impconfig.html +++ b/docs/v5/flask_imp_config-impconfig.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/flask_imp_security-api_login_check.html b/docs/v5/flask_imp_security-api_login_check.html index 0dab9bb0..861ffd64 100644 --- a/docs/v5/flask_imp_security-api_login_check.html +++ b/docs/v5/flask_imp_security-api_login_check.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/flask_imp_security-include_csrf.html b/docs/v5/flask_imp_security-include_csrf.html index d95d3e3f..009d6776 100644 --- a/docs/v5/flask_imp_security-include_csrf.html +++ b/docs/v5/flask_imp_security-include_csrf.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/flask_imp_security-login_check.html b/docs/v5/flask_imp_security-login_check.html index 4c2766e1..26b36e9f 100644 --- a/docs/v5/flask_imp_security-login_check.html +++ b/docs/v5/flask_imp_security-login_check.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/flask_imp_security-pass_function_check.html b/docs/v5/flask_imp_security-pass_function_check.html index ccb34ba8..f63e838e 100644 --- a/docs/v5/flask_imp_security-pass_function_check.html +++ b/docs/v5/flask_imp_security-pass_function_check.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/flask_imp_security-permission_check.html b/docs/v5/flask_imp_security-permission_check.html index f26243e5..c2c415c0 100644 --- a/docs/v5/flask_imp_security-permission_check.html +++ b/docs/v5/flask_imp_security-permission_check.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/imp-import_app_resources.html b/docs/v5/imp-import_app_resources.html index 6a885a43..05ca00e8 100644 --- a/docs/v5/imp-import_app_resources.html +++ b/docs/v5/imp-import_app_resources.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/imp-import_blueprint.html b/docs/v5/imp-import_blueprint.html index 4f9ab765..7cc48096 100644 --- a/docs/v5/imp-import_blueprint.html +++ b/docs/v5/imp-import_blueprint.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/imp-import_blueprints.html b/docs/v5/imp-import_blueprints.html index aebe28dc..c9f4ad7f 100644 --- a/docs/v5/imp-import_blueprints.html +++ b/docs/v5/imp-import_blueprints.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/imp-import_models.html b/docs/v5/imp-import_models.html index bbde0523..bf0e3859 100644 --- a/docs/v5/imp-import_models.html +++ b/docs/v5/imp-import_models.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/imp-init_app-init.html b/docs/v5/imp-init_app-init.html index d771750d..db9f478c 100644 --- a/docs/v5/imp-init_app-init.html +++ b/docs/v5/imp-init_app-init.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/imp-init_session.html b/docs/v5/imp-init_session.html index 66ae9e07..ac1643d0 100644 --- a/docs/v5/imp-init_session.html +++ b/docs/v5/imp-init_session.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/imp-introduction.html b/docs/v5/imp-introduction.html index be478ef8..40c9579c 100644 --- a/docs/v5/imp-introduction.html +++ b/docs/v5/imp-introduction.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/imp-model.html b/docs/v5/imp-model.html index ccc65ce6..05cd3d75 100644 --- a/docs/v5/imp-model.html +++ b/docs/v5/imp-model.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/impblueprint-import_models.html b/docs/v5/impblueprint-import_models.html index 3bd3b378..2734b58d 100644 --- a/docs/v5/impblueprint-import_models.html +++ b/docs/v5/impblueprint-import_models.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/impblueprint-import_nested_blueprint.html b/docs/v5/impblueprint-import_nested_blueprint.html index 094047a2..fea182fe 100644 --- a/docs/v5/impblueprint-import_nested_blueprint.html +++ b/docs/v5/impblueprint-import_nested_blueprint.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/impblueprint-import_nested_blueprints.html b/docs/v5/impblueprint-import_nested_blueprints.html index 12838bc6..37f4339d 100644 --- a/docs/v5/impblueprint-import_nested_blueprints.html +++ b/docs/v5/impblueprint-import_nested_blueprints.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/impblueprint-import_resources.html b/docs/v5/impblueprint-import_resources.html index 1479a5d6..9e928f61 100644 --- a/docs/v5/impblueprint-import_resources.html +++ b/docs/v5/impblueprint-import_resources.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/impblueprint-init.html b/docs/v5/impblueprint-init.html index e84787e3..2a40178b 100644 --- a/docs/v5/impblueprint-init.html +++ b/docs/v5/impblueprint-init.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/impblueprint-introduction.html b/docs/v5/impblueprint-introduction.html index 242f14ca..974ca50b 100644 --- a/docs/v5/impblueprint-introduction.html +++ b/docs/v5/impblueprint-introduction.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/impblueprint-tmpl.html b/docs/v5/impblueprint-tmpl.html index 3848ced2..fed8ee35 100644 --- a/docs/v5/impblueprint-tmpl.html +++ b/docs/v5/impblueprint-tmpl.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/index.html b/docs/v5/index.html index 0c0b419f..96767ad8 100644 --- a/docs/v5/index.html +++ b/docs/v5/index.html @@ -20,7 +20,7 @@

Flask-Imp

Version: 5.0.x
Last Updated:
-
Tue, 06 Aug 2024
+
Thu, 08 Aug 2024

Switch to version 4 docs

Switch to version 3 docs

diff --git a/docs/v5/static/water.css b/docs/v5/static/water.css index 80452301..945210c0 100644 --- a/docs/v5/static/water.css +++ b/docs/v5/static/water.css @@ -662,7 +662,7 @@ time { } pre { - overflow-x: scroll; + overflow-x: auto; } pre > code {