cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
682
Views
1
Helpful
1
Replies

SDK for Prime Infrastructure REST API

vijay.shegokar
Level 1
Level 1

Is there any SDK in java to integrate Prime Infrastructure REST API?

1 Reply 1

Spencer Zier
Cisco Employee
Cisco Employee

Unfortunately no.  We have not developed an SDK for writing Java API clients.  That said, there are plenty of robust open source Java libraries out there to do the heavy lifting for both the HTTP traffic (like Apache's HttpComponents Client) and to create an object model from the received XML (the builtin javax.xml library works pretty well) or JSON responses (take a look at Google's GSON).  I hope that helps

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: