I am new to openbmc and trying to understand the basic details. As I am checking docs, I found two docs, REST-cheatsheet.md & REDFISH-cheatsheet.md
They both are using the curl to get and set the entries in openbmc. But, the path used is different. REST-cheetsheet.md uses, xyz/openbmc_project as path but REDFISH-cheatsheet.md uses redfish/v1/ as path to get details.
If we get same details with both what exactly is the difference?? ALso I need to populate the /redfish/v1 details, how to do that??
Thank you in advance.