892
Views
1
Helpful
1
Replies
SDK for Prime Infrastructure REST API

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2017 01:28 AM
Is there any SDK in java to integrate Prime Infrastructure REST API?
Labels:
- Labels:
-
Prime Infrastructure
1 Reply 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2017 09:57 AM
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
