This is a list of URLs to PostgreSQL EXTENSION repos, listed in alphabetical order of parent repo, with active forks listed under each parent.
⭐️ >= 10 stars
⭐️⭐️ >= 100 stars
⭐️⭐️⭐️ >= 1000 stars
Numbers of stars might not be up-to-date.
| public class Api { | |
| public static Api instance = new Api(); | |
| public Endpoints endpoints; | |
| private Api(){ | |
| HttpLoggingInterceptor interceptor = new HttpLoggingInterceptor(); | |
| interceptor.level(HttpLoggingInterceptor.Level.BODY); | |
| OkHttpClient client = new OkHttpClient.Builder().addInterceptor(interceptor) |