Pauli Price
Pauli Price
Yes, exactly that. In my case the API is to a service that implements a facade against another API. Attributes required to connect to that API must exist in each...
Thank you. I really appreciate it.
Are you able to get the tests to run? If so, you have a working example. If not, what error are you experiencing?
don't know why the code I pasted is getting cut off .. check the pull request #9 for the complete method
That makes sense, as the tests only cover about half the functionality. Features currently without tests: - Pivot - one test in place and several more identified - Label -...
also needs to require collate -- and an example of how to add it to your project, because it's not documented anywhere. Currently I've forked pouchdb and added it to...
OK - I've forked it. What can I use to model the testing setup after? Do any of the other separated out plugins have tests I can copy to use...
collate seems the most complete. Any reason not to copy over the setup from there - i.e. lib/index.js, test/test.js, project.json with the test and build tasks, dist/pouchdb-gql.js, etc.?
Thanks. That helps.