//package com.thed.zapi.cloud.sample;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.net.URI;
import java.net.URISyntaxException;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.ParseException;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.entity.StringEntity;
import org.apache.http.impl.client.DefaultHttpClient;
import org.apache.http.util.EntityUtils;
import com.thed.zephyr.cloud.rest.ZFJCloudRestClient;
import com.thed.zephyr.cloud.rest.client.JwtGenerator;
/**
* @author swapna.vemula 12-Dec-2016
*
*/
public class sampleJwtGenerator {
/**
* @param args
* @author Created by swapna.vemula on 12-Dec-2016.
* @throws URISyntaxException
* @throws JobProgressException
* @throws JSONException
* @throws IOException
* @throws IllegalStateException
*/
public static void main(String[] args) throws URISyntaxException, IllegalStateException, IOException {
// Replace Zephyr BaseUrl with the