CodeIgniter Forums
Testing your CodeIgniter backend API with Postman - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Best Practices (https://forum.codeigniter.com/forumdisplay.php?fid=12)
+--- Thread: Testing your CodeIgniter backend API with Postman (/showthread.php?tid=83778)



Testing your CodeIgniter backend API with Postman - tgix - 10-11-2022

After once again been saved by the bell by our testing tools I decided to summarize how we test with Postman in this article:

https://github.com/tangix/ci4-zen-zone/blob/main/postman-testing/testing-backend-with-postman.md

(We have not received anything from Postman for this article, the purpose is to encourage fellow developers to start testing their code)
/Mattias


RE: Testing your CodeIgniter backend API with Postman - luckmoshy - 10-11-2022

Great to hear this!