Detected 1 occurrence(s) of ‘(api|private)[-_]key[ “‘]*=[ =”‘]*\w+': rType; import br.eti.claudiney.blinktrade.enums.BlinktradeSymbol; /** * API examples. * * @author Claudiney Nascimento e Silva * * @version 1.0 2015-09-27 * * @since September/2015 * */ public class APIExample { private static final String API_KEY = "YOUR_API_KEY_GENERATED_IN_API_MODULE"; private static final String API_SECRET = "YOUR_SECRET_KEY_GENERATED_IN_API_MODULE"; public static void main(String[] args) […]
↧