@socialgouv/dila-api-client
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -7,4 +7,4 @@ "use strict"; | ||
exports.API_HOST = process.env.API_HOST || | ||
"https://api.aife.economie.gouv.fr/dila/legifrance-beta/lf-engine-app"; | ||
exports.TOKEN_HOST = process.env.TOKEN_HOST || "https://oauth.aife.economie.gouv.fr"; | ||
"https://api.piste.gouv.fr/dila/legifrance/lf-engine-app"; | ||
exports.TOKEN_HOST = process.env.TOKEN_HOST || "https://oauth.piste.gouv.fr/api/oauth/token"; | ||
exports.CONFIG = { | ||
@@ -11,0 +11,0 @@ auth: { |
{ | ||
"name": "@socialgouv/dila-api-client", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "a client for the DILA API that publishes the french law", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/SocialGouv/dila-api-client", |
@@ -25,4 +25,4 @@ # @socialgouv/dila-api-client | ||
| * | OAUTH_CLIENT_SECRET | AIFE OAUTH secret | | ||
| Prod | API_HOST | https://api.aife.economie.gouv.fr/dila/legifrance-beta/lf-engine-app | | ||
| Prod | TOKEN_HOST | https://oauth.aife.economie.gouv.fr | | ||
| Prod | API_HOST | https://api.piste.gouv.fr/dila/legifrance/lf-engine-app | | ||
| Prod | TOKEN_HOST | https://oauth.piste.gouv.fr/api/oauth/token | | ||
| Sandbox | API_HOST | https://sandbox-api.aife.economie.gouv.fr/dila/legifrance/lf-engine-app | | ||
@@ -29,0 +29,0 @@ | Sandbox | TOKEN_HOST | https://sandbox-oauth.aife.economie.gouv.fr | |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
139552
12