File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed
examples/src/main/java/dev/andstuff/kraken/example
library/src/main/java/dev/andstuff/kraken/api Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1- package edu . self . nyg .kraken .example ;
1+ package dev . andstuff .kraken .example ;
22
33import java .io .IOException ;
44import java .io .InputStream ;
88import java .util .Map ;
99import java .util .Properties ;
1010
11- import edu . self . nyg .kraken .api .KrakenApi ;
11+ import dev . andstuff .kraken .api .KrakenApi ;
1212
1313public class Examples {
1414
Original file line number Diff line number Diff line change 1- package edu . self . nyg .kraken .api ;
1+ package dev . andstuff .kraken .api ;
22
33import java .io .BufferedReader ;
44import java .io .IOException ;
1212
1313import javax .net .ssl .HttpsURLConnection ;
1414
15- import edu .self .nyg .kraken .api .KrakenApi .Method ;
16-
1715/**
1816 * Represents an HTTPS request for querying the Kraken API.
1917 *
@@ -127,7 +125,7 @@ public String execute() throws IOException {
127125 * @throws MalformedURLException if the request URL could not be created
128126 * with the method name
129127 */
130- public String setMethod (Method method ) throws MalformedURLException {
128+ public String setMethod (KrakenApi . Method method ) throws MalformedURLException {
131129
132130 if (method == null ) {
133131 throw new IllegalArgumentException (ERROR_NULL_METHOD );
Original file line number Diff line number Diff line change 1- package edu . self . nyg .kraken .api ;
1+ package dev . andstuff .kraken .api ;
22
33import java .io .IOException ;
44import java .security .InvalidKeyException ;
Original file line number Diff line number Diff line change 1- package edu . self . nyg .kraken .api ;
1+ package dev . andstuff .kraken .api ;
22
33import java .io .UnsupportedEncodingException ;
44import java .net .URLEncoder ;
You can’t perform that action at this time.
0 commit comments