Postman Collections

The Adapter Builder accepts Postman Collection documents. However, these documents can vary without bound. Bad practices can also lead to many issues.

Some of the issues we have found:

  • Certain errors can result in not being able to build an adapter, while others can cause various issues with the adapter that is generated.
  • The use of certain parameters can result in the adapter not linting clean.
  • The use of certain parameters as well as unsupported data types can result in the adapter not testing clean. Some data types are not supported by ajv or javascript.
  • Undefined methods can cause long complex method names as they will be derived from the path.

How can I make my Postman Collections better?

  • Clearly define what is being done in each request.
  • If the adapter that is built does not lint or test clean, report it to the Itential Adapters Team and let us help troubleshoot and address the issue so that future adapters do not have the same issues.
  • If you find the adapter has a lot of long complex calls, determine if it is worthwhile address how you define the requests so that the methods name will be more apparent.