Learning Postman - Lesson 4 - POST & Authentication - add record


Postman is an API Platform for developers to design, build, test and iterate their APIs. As of February 2023, Postman reports having more than 25 million registered users and 75,000 open APIs, which it says constitutes the world's largest public API hub.

API stands for Application Programming Interface. In the context of APIs, the word Application refers to any software with a distinct function. Interface can be thought of as a contract of service between two applications. This contract defines how the two communicate with each other using requests and responses.


Postman can be used to write functional tests, integration tests, regression tests, and more. Postman's Node.js-based runtime contains support for common patterns and libraries that you can use to build tests quickly.


An API is a set of defined rules that explain how computers or applications communicate with one another. APIs sit between an application and the web server, acting as an intermediary layer that processes data transfer between systems.

The Postman API endpoints let you integrate Postman in your development toolchain. You can add new collections, update collections and environments, add and run monitors, and more with the API. This lets you programmatically access data stored in your Postman account.

The used end-point API:
https://dog-api.kinduff.com/api/facts
https://gorest.co.in/

تعلم البوستمان - ساعي البريد - الدرس 4 - الإضافة و التعديل و الوثوقية


بوستمان عبارة عن منصة أي بي آي للمطورين لتصميم وبناء واختبار وتكرار واجهات برمجة التطبيقات الخاصة بهم. اعتبارًا من فبراير 2023 ، أبلغت بوستمان عن وجود أكثر من 25 مليون مستخدم مسجل و 75000 واجهة برمجة تطبيقات مفتوحة ، والتي تقول إنها تشكل أكبر مركز عام لواجهة برمجة التطبيقات في العالم.

أي بي آي لتقف على واجهة برمجة التطبيقات. في سياق واجهات برمجة التطبيقات ، تشير كلمة "تطبيق" إلى أي برنامج له وظيفة مميزة. يمكن اعتبار الواجهة بمثابة عقد خدمة بين تطبيقين. يحدد هذا العقد كيف يتواصل الاثنان مع بعضهما البعض باستخدام الطلبات والردود.


يمكن استخدام ساعي البريد لكتابة الاختبارات الوظيفية واختبارات التكامل واختبارات الانحدار والمزيد. يحتوي وقت التشغيل المستند إلى نود جي أس بوستمان على دعم للأنماط والمكتبات الشائعة التي يمكنك استخدامها لبناء الاختبارات بسرعة.


أي بي آي عبارة عن مجموعة من القواعد المحددة التي تشرح كيفية تواصل أجهزة الكمبيوتر أو التطبيقات مع بعضها البعض. تقع واجهات برمجة التطبيقات بين التطبيق وخادم الويب ، وتعمل كطبقة وسيطة تعالج نقل البيانات بين الأنظمة.

تتيح لك نقاط نهاية بوستمان أي بي آي دمج بوستمان في سلسلة أدوات التطوير الخاصة بك. يمكنك إضافة مجموعات جديدة وتحديث المجموعات والبيئات وإضافة أجهزة المراقبة وتشغيلها والمزيد باستخدام واجهة برمجة التطبيقات. يتيح لك هذا الوصول برمجيًا إلى البيانات المخزنة في حساب بوستمان الخاص بك.

الرابط المستخدم:
https://dog-api.kinduff.com/api/facts
https://gorest.co.in/