I'm building a new application that consumes REST API data from a remote server. The Popcorn application already includes a module that does exactly that, but I didn't want to just copy the code from one project to another. The best way to share code between projects is to create a reusable package, one that [...]