Josh Osborne

Results 7 comments of Josh Osborne

I kind of thought this would eventually go into the Nestjs organization. Im interested in the future of this package as well.

@shinework I appreciate the example. This is very helpful. So I see two main takeaways from your articles controller: ![image](https://user-images.githubusercontent.com/7564729/94466756-cc486f80-0176-11eb-8ed1-b5107dc0e844.png) 1. The controller has the nested route listed explicitly. I...

@shinework thank you for this minimal example. I will definitely be able to use this pattern now because of your comments!

@avchugaev I think you need to explicitly add in the following: ` @Column() school_id:number; `

@talhazafar444 so you want the route GET `/authors/:authorId/articles` to give you all of the articles for authors that do not have id = :authorId ? This seems like it would...

@mfrederico @stefnats What if instead of checking the response message we check the response status code?

These are different approaches I have seen as well that have been made in the past 9 days: https://github.com/tiny-software/amazon-mws/blob/af47dcacf7f3411035eb09a518af63bd3c5f132b/src/MWSClient.php#L93 https://github.com/lenar/amazon-mws/blob/d7fefdea794e9639f57d3c197cc9ccce5cb9987c/src/MWSClient.php#L99