sap-tutorials / Tutorials

Tutorials on sap.com
https://developers.sap.com/tutorial-navigator.html
Creative Commons Attribution 4.0 International
693 stars 766 forks source link

BTP-CAP-BEGINNER-GOLDEN-PATH [outdated screen] #23225

Closed hereAnshul closed 8 months ago

hereAnshul commented 9 months ago

In the Learn About Selected CAP Conventions beginner's path. Shouldn't the contents of the tests.http be as follows,

# Browse Books as any user
GET http://localhost:4004/odata/v4/catalog/Books?
  # &$select=title,stock
  # &$expand=currency
  # &sap-locale=de

which gives the following correct output, image

instead of

# Browse Books as any user
GET http://localhost:4004/catalog/Books?
  # &$select=title,stock
  # &$expand=currency
  # &sap-locale=de

as the current one results in the following, image

I think the example and the screengrab need to be corrected here

renejeglinsky commented 8 months ago

Hi @hereAnshul ,

I fixed this last week. Thanks for providing your feedback and findings here!

All the best, René