Dan Roemer

February 13, 2019

Using Postman Environment Variables to Help Make Ease of API Development

When developing or testing APIs, Postman makes the job simple for us. There are many tools available that we can use to do our development or testing with ease. What I found to be most beneficial are environment variables. If you are working with many different environments, you may set up each with any authorization tokens, urls, or any other variables you find necessary to set. After setting up your variables and building your request, all that’s left is to select your environment and make your call.

January 13, 2019

Using insertDesignDocument to Add Views

If you have multiple views to set up, this is something that should not be overlooked. It is well worth the time setting up a service to import all of your views automatically. It will save both yourself and others the pain of manually adding views in Couchbase.