proapi-client-java:适用于 Java 的 ProAPI 客户端库

时间:2024-06-18 17:19:02
【文件属性】:

文件名称:proapi-client-java:适用于 Java 的 ProAPI 客户端库

文件大小:1.35MB

文件格式:ZIP

更新时间:2024-06-18 17:19:02

Java

白页 PROAPI 客户端库 Jeffrey C Reinecke , Amy Zou :copyright:2015,Whitepages Inc. 描述 Whitepages PROAPI 的本机 Java 客户端库。 入门 一个简短的例子 Client client = new Client ( ClientIntegrationTestHelper . getApiKey()); PersonQuery personQuery = new PersonQuery ( " Rory " , null , " Williams " , " Seattle " , " WA " , " 98101 " ); Response< Person> response = null ; try { response = client . findPeople(personQuery); } cat


网友评论