You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alright, after reading OkHttp's website thoroughly, I read this :
The okhttp-urlconnection module implements the familiar java.net.HttpURLConnection API and the okhttp-apache module implements the Apache HttpClient API.
So, I tried adding okhttp-urlconnection to the pom.xml file and it worked. So, this is the basic dependency list to have to use github-api :
I'm not sure how I can resolve this. My project is new, I'm not familiar with Maven, and I'm not sure what am I missing....
The text was updated successfully, but these errors were encountered: