What's the proper way to iterate through and return possibly multiple items in an API response?

后端 未结 0 1758
半阙折子戏
半阙折子戏 2020-12-09 01:22

Here is one API call I created for an SDK that returns a Javascript object with various fields:

    listProjects(company_id) {
        return axios.get(BASE_U         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题