I'm still struggling a bit with how to use and organize Paw files (*.paw documents), particularly as an API consumer. Is it smarter to:
Organize by project (i.e. project A consumes these particular API calls, so create a
my-project.pawdocument for that project/client); orOrganize by API service (i.e. a
MailChimp.pawdocument defining the various MailChimp endpoints, then add new environments for each project that consumes the MailChimp API)?
(As a side note, it would be great if there were a public repository for sharing .paw files for popular APIs!)