Mina

Results 12 comments of Mina

The responses serve different purposes: when script.js calls `GET /get-posts`, it is to return all historical blogposts, whereas `POST /create-post` just returns the latest one after it's created, so you...

@monaazami whoops, you probably didn't mean to open this pull request here? 😄

@njseeto So here's the destination repo: https://github.com/node-girls/express-testing-workshop. Clone that down and move your stuff into there. You can use this other repo as an example for the folder structure: https://github.com/node-girls/express-workshop-steps....

Thanks for flagging this @shiryz!

Hi, you are able to get users in our server SDKs. If you feel this behaviour is needed in the client SDK, we'd be curious to understand the use case,...

Hi, this appears to be a bug which we are adding to our backlog

Hi again, we haven't been able to reproduce this on our side. Just gave the example code a look could not observe the issues you've described. I would suggest comparing...

## Step 3 branch keywords: - status code ("Every response has a header, which contains information about the response. We can add information to the header using `response.writeHead()`. The `writeHead`...

hey @thejoefriel, do you mind linking the step you are referring to? And thanks for the feedback :)