admin管理员组

文章数量:1390670

I am developing an external API which will render data to our customer. The API response will mostly be used in ETL tools like AirBytes or FiveTran. And since most ETL prefer flattered response format, my idea is one level of nesting and provide an option to provide non-nesting format like csv. But wonder if there is a best practice on how many levels of nesting should be good for an API response?

本文标签: restAPI Response Nesting LevelStack Overflow