hubeau-api
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -5,2 +5,3 @@ export declare const hostname = "hubeau.eaufrance.fr"; | ||
indicateursServices: string; | ||
piezometrie: string; | ||
}; |
@@ -8,2 +8,3 @@ "use strict"; | ||
indicateursServices: '/api/v0/indicateurs_services/', | ||
piezometrie: '/api/v1/niveaux_nappes/', | ||
}; |
@@ -8,2 +8,3 @@ "use strict"; | ||
const indicateursServices_1 = __importDefault(require("./commandes/indicateursServices")); | ||
const piezometrie_1 = __importDefault(require("./commandes/piezometrie")); | ||
class HubeauApi { | ||
@@ -13,4 +14,5 @@ constructor() { | ||
this.indicateursServices = (0, indicateursServices_1.default)(); | ||
this.piezometrie = (0, piezometrie_1.default)(); | ||
} | ||
} | ||
module.exports = HubeauApi; |
{ | ||
"name": "hubeau-api", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "hubeau api wrapper in javascript", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -44,1 +44,10 @@ # HUBEAU API wrapper | ||
Documentation officielle : https://hubeau.eaufrance.fr/page/api-indicateurs-services<br/> | ||
### Piezométrie - Niveaux nappes | ||
_chroniques_<br/> | ||
_chroniques temps réel_<br/> | ||
_stations_<br/> | ||
Exemples hubeau-api-wrapper : [./dist/exemples/piezometrie.js](https://github.com/christophe77/hubeau-api-wrapper/blob/master/dist/exemples/piezometrie.js)<br/> | ||
Documentation officielle : https://hubeau.eaufrance.fr/page/api-piezometrie<br/> |
@@ -5,2 +5,3 @@ export const hostname = 'hubeau.eaufrance.fr'; | ||
indicateursServices: '/api/v0/indicateurs_services/', | ||
piezometrie: '/api/v1/niveaux_nappes/', | ||
}; |
import etatPiscicole from './commandes/etatPiscicole'; | ||
import indicateursServices from './commandes/indicateursServices'; | ||
import piezometrie from './commandes/piezometrie'; | ||
@@ -7,7 +8,9 @@ class HubeauApi { | ||
indicateursServices; | ||
piezometrie; | ||
constructor() { | ||
this.etatPiscicole = etatPiscicole(); | ||
this.indicateursServices = indicateursServices(); | ||
this.piezometrie = piezometrie() | ||
} | ||
} | ||
module.exports = HubeauApi; |
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
88826
63
1276
53