Trying to make quick sense of the endpoints array in the API object here. The guide states “name” is the name of our API. I guess the array being named “endpoints” vs that explanation is what has me a little crossed.
My app has three endpoints on the url. /users, /accounts/, and /transactions
Would one entry cover that entire section of endpoints, since they are in the same API, or do I need to explicitly list each endpoint in it’s own object within the array?