egeria-docs icon indicating copy to clipboard operation
egeria-docs copied to clipboard

Dojo day 1 - Postman alternative

Open planetf1 opened this issue 3 years ago • 0 comments
trafficstars

When running the Dojo 2022-01-17 it was observed that the Postman license may not be appropriate for some organizations.

Currently the dojo content focusses heavily on use of postman to drive the REST API - partly supported by it's use of collections and environments.

I propose we should have an alternative to postman - this might include

  • curl - just using the command line exclusively, though this may need to be supported by formatting tools such as jsonpp, and can be cumbersome with large request bodies. curl itself is very commonly already installed
  • httpie - similar to above, but prettier. The downside is needs installing.
  • soapui - postman alternative, but less usable, and still may have licensing constraints

need to look into this further

planetf1 avatar Jan 18 '22 08:01 planetf1