Hello,
Is there a possibility to create credentials for testing the API. Maybe some ‘dummy’ API with a dummy user whose password is 0000, at a separate server test.newsblur.com, that will always get the same feeds, same cookie, etc.?
This is for CI testing. I am implementing the NewsBlur Service for the app Fluentflame Reader and would like it to have deterministic tests. I can create an account (I actually created one already), but I wouldn’t like to publicly share it in the files. I could also add the credentials to the environment variables, but I think it is easier for me, and any developer who wants to contribute, to use some “test user“ credentials.
I just think it is a better solution. From your side, you can get separated the users who actually use the app and the ‘dummy‘ users who were created just for testing and implementing the API. And for other developers, well, I already said it.
What do you think? Is it possible? Does it exist already?