This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# | |
# Made by [email protected] | |
# Version: 1.2.1 | |
# | |
''' | |
An Epitech norme checker | |
Usage: python norme.py <files to scan> [-nocheat] [-verbose] [-score] [-libc] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package fr.idfm.sb.payment.client.vault.http; | |
import feign.RequestInterceptor; | |
import feign.RequestTemplate; | |
import fr.idfm.sb.payment.client.VaultConfig; | |
import fr.idfm.sb.payment.client.dto.vault.AuthDto; | |
import fr.idfm.sb.payment.client.dto.vault.VaultLoginRequestDto; | |
import fr.idfm.sb.payment.client.dto.vault.VaultLoginResponseDto; | |
import fr.idfm.sb.payment.client.dto.vault.VaultTokenLookupSelfResponseDto; | |
import fr.idfm.sb.payment.common.constant.CustomHttpHeaders; |