Skip to content

A Java library for interacting with the Proxy6.net API, enabling the purchase and management of proxy services.

Notifications You must be signed in to change notification settings

snwm69x/proxy6-api-java-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Proxy6Api

Способы создания клиента для работы с API:

  • 1 вариант (Через статический метод)
Proxy6NetApi api = Proxy6NetApi.createWithApiKey("your-api-key");
  • 2 вариант (Конструктор)
Proxy6NetApi api = new Proxy6NetApi(new OkHttpClient(), "your-api-key-here");

About

A Java library for interacting with the Proxy6.net API, enabling the purchase and management of proxy services.

Topics

Resources

Stars

Watchers

Forks

Languages