Peter Geerts 2 Posted November 30, 2020 Posted November 30, 2020 Hi, I am trying to follow up on the bookstore example as part of the flogo tutorial The problem here is that the rest api (https://www.googleapis.com/books/v1/volumes)generatesa different response which breaks the example. Can some one enlighten me on how the json paths (for example to select the volumeInfo.title) in the return step/activity are supposed to be given the following response message from the API (full response message is included in attached file) { "kind": "books#volumes", "totalItems": 40, "items": [ { "kind": "books#volume", "id": "n3vng7gyGCYC", "etag": "7zot2VjkOEY", "selfLink": "https://www.googleapis.com/books/v1/volumes/n3vng7gyGCYC", "volumeInfo": { "title": "Harry Potter", "publisher": "PediaPress", "readingModes": { "text": false, "image": true }, Thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now