Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
sfrmobile-api
Advanced tools
Support non-officiel de l'API mobile de SFR/RED. Les identifiants utilisés sont les mêmes que pour se connecter sur le site de l'opérateur.
Kind: global class
Promise.<Consumption>
Promise.<Facturation>
Promise.<Stream>
Promise.<FacturationFixe>
Promise.<Stream>
Promise.<FicheMonCompte>
Promise.<Dashboard>
Promise.<InfoPersonnelles>
Promise.<Notifications>
Promise.<Equipement>
Promise.<OptionDetail>
Promise.<OptionsCatalog>
Promise.<OptionsCatalogDetail>
Promise.<OptionsList>
Promise.<EquipementDetail>
Promise.<Parc>
Promise.<AchatsAbonnements>
Promise.<OptionsAchat>
Promise.<OTPSMSResponse>
Promise.<OffreAmes>
Promise.<LoginResponse>
Promise.<VerifyUsernameResponse>
Param | Type | Description |
---|---|---|
casauthenticationtoken | string | Jeton temporaire d'authentification |
Example
const { SfrMobile } = require('sfrmobile-api')
SfrMobile.login(username, password).then(({ token }) => {
const user = new SfrMobile(token)
// Votre code
})
Promise.<Consumption>
Consommation générale de la ligne
Kind: instance method of SfrMobile
Param | Type | Description |
---|---|---|
line | string | MSISDN de la ligne à sélectionner |
Historique de la consommation sur le territoire national
Kind: instance method of SfrMobile
Param | Description |
---|---|
line | MSISDN de la ligne à sélectionner |
Promise.<Facturation>
Historique de facturation d'une ligne mobile
Kind: instance method of SfrMobile
Param | Type | Default | Description |
---|---|---|---|
line | string | MSISDN de la ligne mobile à sélectionner | |
duration | number | 6 | Nombre de périodes de facturation (6,12,18,24) |
Promise.<Stream>
Télécharger la facture d'une ligne mobile
Kind: instance method of SfrMobile
Param | Type | Default | Description |
---|---|---|---|
line | string | MSISDN de la ligne mobile à sélectionner | |
numeroFacture | string | Identifiant de la facture de la ligne mobile | |
fadet | boolean | false | Facture détaillée |
Promise.<FacturationFixe>
Historique de facturation d'une ligne fixe
Kind: instance method of SfrMobile
Param | Type | Default | Description |
---|---|---|---|
line | string | NDI de la ligne fixe | |
duration | number | 6 | Nombre de périodes de facturation (6,12,18,24) |
Promise.<Stream>
Télécharger la facture d'une ligne fixe
Kind: instance method of SfrMobile
Param | Type | Description |
---|---|---|
line | string | NDI de la ligne fixe |
idFact | string | Identifiant de la facture de la ligne fixe |
Promise.<FicheMonCompte>
Fiche descriptive du compte de l'utilisateur courant
Kind: instance method of SfrMobile
Promise.<Dashboard>
Informations générales de la ligne
Kind: instance method of SfrMobile
Param | Description |
---|---|
line | MSISDN de la ligne à sélectionner |
Promise.<InfoPersonnelles>
Informations personnelles concernant la ligne
Kind: instance method of SfrMobile
Param | Description |
---|---|
line | MSISDN de la ligne à sélectionner |
Promise.<Notifications>
Notifications de l'utilisateur courant
Kind: instance method of SfrMobile
Promise.<Equipement>
Liste des équipements mis à disposition pour une ligne
Kind: instance method of SfrMobile
Param | Type | Description |
---|---|---|
line | string | MSISDN de la ligne à sélectionner |
universe | Universe | string | SFR/RED |
Promise.<OptionDetail>
Détail d'une option souscrite
Kind: instance method of SfrMobile
Param | Type | Description |
---|---|---|
line | string | MSISDN de la ligne à sélectionner |
universe | Universe | string | SFR/RED |
environment | Environment | string | Type de ligne |
option | string | Identifiant de l'option |
Promise.<OptionsCatalog>
Catalogue des catégories d'options disponibles pour une ligne
Kind: instance method of SfrMobile
Param | Type | Description |
---|---|---|
line | string | MSISDN de la ligne à sélectionner |
Promise.<OptionsCatalogDetail>
Catalogue détaillé des catégories d'options disponibles pour une ligne
Kind: instance method of SfrMobile
Param | Type | Description |
---|---|---|
line | string | MSISDN de la ligne à sélectionner |
Promise.<OptionsList>
Lister les options disponibles dans une catégorie
Kind: instance method of SfrMobile
Param | Type | Description |
---|---|---|
line | string | MSISDN de la ligne à sélectionner |
category | string | Catégorie d'option |
Promise.<EquipementDetail>
Obtenir la description complète de l'équipement
Kind: instance method of SfrMobile
Param | Type | Description |
---|---|---|
line | string | MSISDN de la ligne à sélectionner |
optionCode | string | Identifiant de l'option d'équipement |
universe | Universe | string | SFR/RED |
Promise.<Parc>
Détails de l'offre d'une ligne
Kind: instance method of SfrMobile
Param | Type | Description |
---|---|---|
line | string | MSISDN de la ligne à sélectionner |
universe | Universe | string | SFR/RED |
environment | Environment | string | Type de ligne |
Promise.<AchatsAbonnements>
Liste des achats et abonnements (hors forfait) sur la ligne
Kind: instance method of SfrMobile
Param | Description |
---|---|
line | MSISDN de la ligne à sélectionner |
Promise.<OptionsAchat>
Droits d'achat sur la ligne (Stores, jeux, ...)
Kind: instance method of SfrMobile
Param | Description |
---|---|
line | MSISDN de la ligne à sélectionner |
Mettre à jour les droits d'achat sur la ligne
Kind: instance method of SfrMobile
Param | Type | Description |
---|---|---|
selectedLine | string | MSISDN de la ligne à sélectionner |
otp | string | Code à usage unique obtenu avec getOTPSMS() |
data | OptionsAchat | Droits d'achats à permuter |
Promise.<OTPSMSResponse>
Obtenir un code à usage unique pour effectuer une opération
Kind: instance method of SfrMobile
Param | Description |
---|---|
line | MSISDN de la ligne à sélectionner |
Promise.<OffreAmes>
Informations sur les remises Multi-Pack
Kind: instance method of SfrMobile
Param | Description |
---|---|
line | MSISDN de la ligne à sélectionner |
Promise.<LoginResponse>
Obtenir un jeton d'authentification auprès du CAS de SFR
Kind: static method of SfrMobile
Param | Type | Default | Description |
---|---|---|---|
username | string | Identifiant du compte | |
password | string | Mot de passe du compte | |
duration | number | 86400 | Durée de validité du jeton demandé en secondes |
universe | Universe | SFR/RED |
Promise.<VerifyUsernameResponse>
Tester la validité d'un nom d'utilisateur
Kind: static method of SfrMobile
Param | Type | Description |
---|---|---|
username | string | Nom d'utilisateur à tester |
universe | Universe | SFR/RED |
FAQs
Client de l'API mobile SFR/RED
The npm package sfrmobile-api receives a total of 1 weekly downloads. As such, sfrmobile-api popularity was classified as not popular.
We found that sfrmobile-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.