added code examples

This commit is contained in:
Pratik Das
2021-11-05 17:13:05 +05:30
parent e07f8b527f
commit 908f53777d
12 changed files with 1053 additions and 0 deletions

View 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";
}