{"id":2474,"date":"2022-11-09T07:10:06","date_gmt":"2022-11-09T07:10:06","guid":{"rendered":"https:\/\/serviceobjects.wpaladdin.com\/?post_type=serviceobjects&#038;p=2474"},"modified":"2022-12-14T22:08:22","modified_gmt":"2022-12-14T22:08:22","slug":"agus-class-library-integrations","status":"publish","type":"page","link":"https:\/\/test.serviceobjects.com\/docs\/dots-address-geocode-us\/agus-code-snippets-and-sample-code\/agus-class-library-integrations\/","title":{"rendered":"AGUS &#8211; Class Library Integrations"},"content":{"rendered":"\n<p>Service Objects has created libraries for our most recommended programming languages and services. To use these, please download your library of choice from&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/www.serviceobjects.com\/developers\/sample-code\/\" target=\"_blank\">https:\/\/www.serviceobjects.com\/developers\/sample-code\/<\/a>&nbsp;and follow the appropriate instructions below.&nbsp; These libraries integrate best practices and fail over integration and can be used to get up and running with the service quickly and easily.<\/p>\n\n\n\n<div class=\"wp-block-create-block-tabs\"><ul class=\"tab-labels\" role=\"tablist\" aria-label=\"tabbed content\"><li class=\"tab-label active\" role=\"tab\">C#<\/li><li class=\"tab-label\" role=\"tab\">Java<\/li><li class=\"tab-label\" role=\"tab\">PHP<\/li><\/ul><div class=\"tab-content\">\n<div class=\"wp-block-create-block-tab tab-panel\" role=\"tabpanel\">\n<ol class=\"wp-block-list\">\n<li>Download the dll and add reference to it in your Visual Studio project by right clicking referenced and then select Add Reference<img fetchpriority=\"high\" decoding=\"async\" width=\"837\" height=\"557\" class=\"wp-image-2606\" src=\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-18_14-50-56.png\" alt=\"\" srcset=\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-18_14-50-56.png 837w, https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-18_14-50-56-300x200.png 300w, https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-18_14-50-56-768x511.png 768w\" sizes=\"(max-width: 837px) 100vw, 837px\" \/><\/li>\n\n\n\n<li>Include the using state at the top of your project<img decoding=\"async\" width=\"248\" height=\"53\" class=\"wp-image-2609\" src=\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-18_14-51-42.png\" alt=\"\"><\/li>\n\n\n\n<li>Call the web service using the below snippet of code* and handle the response accordingly.<img decoding=\"async\" width=\"826\" height=\"49\" class=\"wp-image-2613\" src=\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-18_14-52-13.png\" alt=\"\" srcset=\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-18_14-52-13.png 826w, https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-18_14-52-13-300x18.png 300w, https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-18_14-52-13-768x46.png 768w\" sizes=\"(max-width: 826px) 100vw, 826px\" \/><\/li>\n<\/ol>\n\n\n\n<p>Please note, if you are using a trial key submit a boolean of false at the end of the method call to access our trial endpoints. If you are using a production key, submit the bool as true.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-create-block-tab tab-panel\" role=\"tabpanel\">\n<ol class=\"wp-block-list\">\n<li>Download the .jar file and add the reference to in your project* <img loading=\"lazy\" decoding=\"async\" width=\"373\" height=\"206\" class=\"wp-image-2619\" src=\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-19_15-10-40.png\" alt=\"\" srcset=\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-19_15-10-40.png 373w, https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-19_15-10-40-300x166.png 300w\" sizes=\"(max-width: 373px) 100vw, 373px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"779\" height=\"427\" class=\"wp-image-2621\" src=\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-19_15-10-51.png\" alt=\"\" srcset=\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-19_15-10-51.png 779w, https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-19_15-10-51-300x164.png 300w, https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-19_15-10-51-768x421.png 768w\" sizes=\"(max-width: 779px) 100vw, 779px\" \/><\/li>\n\n\n\n<li>Include the import statement at the top of your project file.<img loading=\"lazy\" decoding=\"async\" width=\"846\" height=\"40\" class=\"wp-image-2625\" src=\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-19_15-11-19.png\" alt=\"\" srcset=\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-19_15-11-19.png 846w, https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-19_15-11-19-300x14.png 300w, https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-19_15-11-19-768x36.png 768w\" sizes=\"(max-width: 846px) 100vw, 846px\" \/><\/li>\n\n\n\n<li>Call the web service using the below snippet of code** and handle the response accordingly.<\/li>\n<\/ol>\n\n\n\n<p>*Depending on your IDE this may look differently or require alternate steps.<\/p>\n\n\n\n<p>**Please note, if you are using a trial key submit a boolean of false at the end of the method call to access our trial endpoints. If you are using a production key, submit the bool as true.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-create-block-tab tab-panel\" role=\"tabpanel\">\n<ol class=\"wp-block-list\">\n<li>Download the Class Library and put it in a location that can be easily referenced by your project.<\/li>\n\n\n\n<li>Reference the class in your project with the below code:<img loading=\"lazy\" decoding=\"async\" width=\"269\" height=\"37\" class=\"wp-image-2627\" src=\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-18_14-55-46.png\" alt=\"\"><\/li>\n\n\n\n<li>Call the service* as shown below and handle the service accordingly.<img loading=\"lazy\" decoding=\"async\" width=\"891\" height=\"96\" class=\"wp-image-2628\" src=\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/8.png\" alt=\"\" srcset=\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/8.png 891w, https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/8-300x32.png 300w, https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/8-768x83.png 768w\" sizes=\"(max-width: 891px) 100vw, 891px\" \/><\/li>\n<\/ol>\n\n\n\n<p>*Please note, if you are using a trial key submit a boolean of false at the end of the method call to access our trial endpoints. If you are using a production key, submit the bool as true.<\/p>\n<\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Service Objects has created libraries for our most recommended programming languages and services. To use these, please download your library of choice from&nbsp;https:\/\/www.serviceobjects.com\/developers\/sample-code\/&nbsp;and follow the appropriate instructions below.&nbsp; These libraries integrate best practices and fail over integration and can be used to get up and running with the service quickly and easily.<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":2461,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2474","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>AGUS - Class Library Integrations<\/title>\n<meta name=\"description\" content=\"Service Objects has created libraries for our most recommended programming languages and services. To use these, please download your library of choice\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AGUS - Class Library Integrations\" \/>\n<meta property=\"og:description\" content=\"Service Objects has created libraries for our most recommended programming languages and services. To use these, please download your library of choice\" \/>\n<meta property=\"og:url\" content=\"https:\/\/test.serviceobjects.com\/docs\/dots-address-geocode-us\/agus-code-snippets-and-sample-code\/agus-class-library-integrations\/\" \/>\n<meta property=\"og:site_name\" content=\"Service Objects | Contact, Phone, Email Verification | Data Quality Services\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-14T22:08:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-18_14-50-56.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/dots-address-geocode-us\/agus-code-snippets-and-sample-code\/agus-class-library-integrations\/\",\"url\":\"https:\/\/test.serviceobjects.com\/docs\/dots-address-geocode-us\/agus-code-snippets-and-sample-code\/agus-class-library-integrations\/\",\"name\":\"AGUS - Class Library Integrations\",\"isPartOf\":{\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/dots-address-geocode-us\/agus-code-snippets-and-sample-code\/agus-class-library-integrations\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/dots-address-geocode-us\/agus-code-snippets-and-sample-code\/agus-class-library-integrations\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-18_14-50-56.png\",\"datePublished\":\"2022-11-09T07:10:06+00:00\",\"dateModified\":\"2022-12-14T22:08:22+00:00\",\"description\":\"Service Objects has created libraries for our most recommended programming languages and services. To use these, please download your library of choice\",\"breadcrumb\":{\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/dots-address-geocode-us\/agus-code-snippets-and-sample-code\/agus-class-library-integrations\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/test.serviceobjects.com\/docs\/dots-address-geocode-us\/agus-code-snippets-and-sample-code\/agus-class-library-integrations\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/dots-address-geocode-us\/agus-code-snippets-and-sample-code\/agus-class-library-integrations\/#primaryimage\",\"url\":\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-18_14-50-56.png\",\"contentUrl\":\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-18_14-50-56.png\",\"width\":837,\"height\":557},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/dots-address-geocode-us\/agus-code-snippets-and-sample-code\/agus-class-library-integrations\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/test.serviceobjects.com\/docs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DOTS Address Geocode \u2013 US\",\"item\":\"https:\/\/test.serviceobjects.com\/docs\/dots-address-geocode-us\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"AGUS &#8211; Code Snippets and Sample Code\",\"item\":\"https:\/\/test.serviceobjects.com\/docs\/dots-address-geocode-us\/agus-code-snippets-and-sample-code\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"AGUS &#8211; Class Library Integrations\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/#website\",\"url\":\"https:\/\/test.serviceobjects.com\/docs\/\",\"name\":\"Service Objects | Contact, Phone, Email Verification | Data Quality Services\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/test.serviceobjects.com\/docs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/#organization\",\"name\":\"Service Objects | Contact, Phone, Email Verification | Data Quality Services\",\"url\":\"https:\/\/test.serviceobjects.com\/docs\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/08\/SO-logo-2560px-transparent.png\",\"contentUrl\":\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/08\/SO-logo-2560px-transparent.png\",\"width\":2560,\"height\":1440,\"caption\":\"Service Objects | Contact, Phone, Email Verification | Data Quality Services\"},\"image\":{\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AGUS - Class Library Integrations","description":"Service Objects has created libraries for our most recommended programming languages and services. To use these, please download your library of choice","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"AGUS - Class Library Integrations","og_description":"Service Objects has created libraries for our most recommended programming languages and services. To use these, please download your library of choice","og_url":"https:\/\/test.serviceobjects.com\/docs\/dots-address-geocode-us\/agus-code-snippets-and-sample-code\/agus-class-library-integrations\/","og_site_name":"Service Objects | Contact, Phone, Email Verification | Data Quality Services","article_modified_time":"2022-12-14T22:08:22+00:00","og_image":[{"url":"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-18_14-50-56.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/test.serviceobjects.com\/docs\/dots-address-geocode-us\/agus-code-snippets-and-sample-code\/agus-class-library-integrations\/","url":"https:\/\/test.serviceobjects.com\/docs\/dots-address-geocode-us\/agus-code-snippets-and-sample-code\/agus-class-library-integrations\/","name":"AGUS - Class Library Integrations","isPartOf":{"@id":"https:\/\/test.serviceobjects.com\/docs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/test.serviceobjects.com\/docs\/dots-address-geocode-us\/agus-code-snippets-and-sample-code\/agus-class-library-integrations\/#primaryimage"},"image":{"@id":"https:\/\/test.serviceobjects.com\/docs\/dots-address-geocode-us\/agus-code-snippets-and-sample-code\/agus-class-library-integrations\/#primaryimage"},"thumbnailUrl":"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-18_14-50-56.png","datePublished":"2022-11-09T07:10:06+00:00","dateModified":"2022-12-14T22:08:22+00:00","description":"Service Objects has created libraries for our most recommended programming languages and services. To use these, please download your library of choice","breadcrumb":{"@id":"https:\/\/test.serviceobjects.com\/docs\/dots-address-geocode-us\/agus-code-snippets-and-sample-code\/agus-class-library-integrations\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/test.serviceobjects.com\/docs\/dots-address-geocode-us\/agus-code-snippets-and-sample-code\/agus-class-library-integrations\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/test.serviceobjects.com\/docs\/dots-address-geocode-us\/agus-code-snippets-and-sample-code\/agus-class-library-integrations\/#primaryimage","url":"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-18_14-50-56.png","contentUrl":"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/11\/image2019-11-18_14-50-56.png","width":837,"height":557},{"@type":"BreadcrumbList","@id":"https:\/\/test.serviceobjects.com\/docs\/dots-address-geocode-us\/agus-code-snippets-and-sample-code\/agus-class-library-integrations\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/test.serviceobjects.com\/docs\/"},{"@type":"ListItem","position":2,"name":"DOTS Address Geocode \u2013 US","item":"https:\/\/test.serviceobjects.com\/docs\/dots-address-geocode-us\/"},{"@type":"ListItem","position":3,"name":"AGUS &#8211; Code Snippets and Sample Code","item":"https:\/\/test.serviceobjects.com\/docs\/dots-address-geocode-us\/agus-code-snippets-and-sample-code\/"},{"@type":"ListItem","position":4,"name":"AGUS &#8211; Class Library Integrations"}]},{"@type":"WebSite","@id":"https:\/\/test.serviceobjects.com\/docs\/#website","url":"https:\/\/test.serviceobjects.com\/docs\/","name":"Service Objects | Contact, Phone, Email Verification | Data Quality Services","description":"","publisher":{"@id":"https:\/\/test.serviceobjects.com\/docs\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/test.serviceobjects.com\/docs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/test.serviceobjects.com\/docs\/#organization","name":"Service Objects | Contact, Phone, Email Verification | Data Quality Services","url":"https:\/\/test.serviceobjects.com\/docs\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/test.serviceobjects.com\/docs\/#\/schema\/logo\/image\/","url":"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/08\/SO-logo-2560px-transparent.png","contentUrl":"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/08\/SO-logo-2560px-transparent.png","width":2560,"height":1440,"caption":"Service Objects | Contact, Phone, Email Verification | Data Quality Services"},"image":{"@id":"https:\/\/test.serviceobjects.com\/docs\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages\/2474","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/comments?post=2474"}],"version-history":[{"count":8,"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages\/2474\/revisions"}],"predecessor-version":[{"id":7380,"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages\/2474\/revisions\/7380"}],"up":[{"embeddable":true,"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages\/2461"}],"wp:attachment":[{"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/media?parent=2474"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}