added code examples
This commit is contained in:
16
http-clients/src/main/java/io/pratik/URLConstants.java
Normal file
16
http-clients/src/main/java/io/pratik/URLConstants.java
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
package io.pratik;
|
||||
|
||||
/**
|
||||
* @author pratikdas
|
||||
*
|
||||
*/
|
||||
public interface URLConstants {
|
||||
|
||||
String URL = "https://weatherbit-v1-mashape.p.rapidapi.com/forecast/3hourly?lat=35.5&lon=-78.5";
|
||||
String API_KEY_NAME = "x-rapidapi-key";
|
||||
String API_KEY_VALUE = "4b49c6b973mshf6e97423e8978fbp1d33aejsn287ed2a6d10d";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user