Why is my API call not hitting the endpoint? (Typescript, request-promise)
问题 I can't get my API call to hit the endpoint. I have 2 TypeScript projects, one is a list of API endpoints, and the other is a process that will call a series of API endpoints to perform operations. The API endpoint will take a JSON Web token and process it in header (Swagger documentation has it defined and brought in as the following: "security": [ { "Bearer": [] } ] where "Bearer" is defined at the security protocols at the top: "securityDefinitions": { "Bearer": { "type": "apiKey", "name":