Forum Discussion
Hi @marija.nikolovska
Thank you for your help. I actually was looking for way to create my own API. My mistake was not explaining more detail from beginning.
Let’s say I have a database (SQL or Oracle) with a table that has Customer data. I want to use SnapLogic to build an API pipeline so that I can hand the API URL to web developers, so that they can use my API URL to GET the data from the database, or Post to the database, etc.
I hope that makes sense. Thanks again for your help.
Does the HTTP Router Snap help you? With such a Snap, you can expose your Pipeline as a Triggered Task, and route to a specific operation (e.g SQL Read, SQL Delete) based on the routing on the HTTP verb. Just make sure you use a Union Pipeline to group all unbound output views into a single one
I suspect there is a problem with how you’re building your snap pack and perhaps you’re including some outdated version of the SDK in the snap pack itself.
Please email me your pom.xml: ptaylor@snaplogic.comBTW, I can’t reproduce this issue. I have a string property that’s not an expression with uiRowCount(5) and it works just fine.
Related Content
- 3 years ago
- 2 years ago
- 3 years ago