Skip to content

Instantly share code, notes, and snippets.

View kelciocajueiro's full-sized avatar
👋

Kelcio Barreto kelciocajueiro

👋
  • Delta, British Columbia, Canada
  • LinkedIn in/kelcio
View GitHub Profile
package org.contributetocommunity.api;
import com.google.gson.Gson;
import org.apache.commons.lang3.StringUtils;
import java.io.IOException;
import java.net.URI;
import java.net.http.HttpClient;
import java.net.http.HttpRequest;
import java.net.http.HttpResponse;