-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
Yarn: 1.12.3
Node: v8.11.1
Commands:
- yarn
- yarn start
Frontend used: https://github.com/gothinkster/react-redux-realworld-example-app
Serverless: POST /api/users/login (λ: loginUser)
Serverless: [200] {"statusCode":200,"headers":{"Access-Control-Allow-Origin":"*","Access-Control-Allow-Credentials":true},"body":"{\n \"user\": {\n \"email\": \"[email protected]\",\n \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImV3cXdxQGRhc2RzLmNvbSIsImlhdCI6MTU1NjIyMDUzOSwiZXhwIjoxNTU2MzkzMzM5fQ.WECLRpuNucNatUBay96ucZ5hq1APZ4zle9RrAFtpsAg\",\n \"username\": \"[email protected]\",\n \"bio\": \"\",\n \"image\": \"\"\n }\n}"}
Serverless: GET /api/tags (λ: getTags)
Serverless: GET /api/articles/feed (λ: getArticlesFeed)
Serverless: [422] {"statusCode":422,"headers":{"Access-Control-Allow-Origin":"*","Access-Control-Allow-Credentials":true},"body":"{\n \"errors\": {\n \"body\": [\n \"Must be logged in.\"\n ]\n }\n}"}
Serverless: [200] {"statusCode":200,"headers":{"Access-Control-Allow-Origin":"*","Access-Control-Allow-Credentials":true},"body":"{\n \"tags\": []\n}"}
Serverless: GET /api/user (λ: getUser)
Serverless: [422] {"statusCode":422,"headers":{"Access-Control-Allow-Origin":"*","Access-Control-Allow-Credentials":true},"body":"{\n \"errors\": {\n \"body\": [\n \"Token not present or invalid.\"\n ]\n }\n}"}Metadata
Metadata
Assignees
Labels
No labels