Prasanta kumar Sahooprasanta0n.hashnode.dev·Jun 18, 2024Comprehensive API Guidelines for Professional DevelopmentIntroduction In today's interconnected digital landscape, APIs (Application Programming Interfaces) play a critical role in enabling communication between different software systems. Whether you're developing a new API or working with existing ones, ...Best Practices for Professional API Development: Comprehensive Guidelines
Esther Okaforestherokafor.com·May 1, 2024Postman Series - writing assertions and validating responsesOnce you can run manual tests for your API endpoints you should start thinking of how to automate them. Automation makes verifying API behaviours straightforward and consistent while saving you much time. Assertions for your tests are a great way to ...250 readswriting assertions and validating responses
Nikhil Akkinikhilakki.in·Apr 22, 2023What is JSON Schema?I recently used JSON Schema in one of my projects for API request validation on AWS API gateway. I found it overwhelming at first, but quite powerful as it fit our use case quite well. Validating request before it hits your back-end system can filter...60 readsjson-schema