Personally, I like writing HttpClient code, but it can be a PITA, especially trying to figure out the shape of the data and what verbs are supported. It's nearly impossible for non-devs to accomplish this.
Lol, I agree. The fact that there is no set guidelines for these APIs makes it all the more harder to wrap an API in SQL...especially if we have to do it over and over again!
Automatically wrap (no code) all your REST APIs in a unified ODBC/JDBC/OData layer, so other tools (like dashboarding or other bi tools) can access their data.
14 comments
[ 0.26 ms ] story [ 27.2 ms ] threadPersonally, I like writing HttpClient code, but it can be a PITA, especially trying to figure out the shape of the data and what verbs are supported. It's nearly impossible for non-devs to accomplish this.