Libraries tagged by postmon
openbuckets/sdk-php
2 Downloads
The OpenBuckets web-based tool is a powerful utility that allows users to quickly locate open buckets in cloud storage systems through a simple query. In addition, it provides a convenient way to search for various file types across these open buckets, making it an essential tool for security professionals, researchers, and anyone interested in discovering exposed data. This Postman collection aims to showcase the capabilities of OpenBuckets by providing a set of API requests that demonstrate how to leverage its features. By following this collection, you'll learn how to utilize OpenBuckets to identify open buckets and search for specific file types within them.
moxuandi/yii2-apidoc
4 Downloads
Yii2 通过API动作方法的注释,自动生成可阅读可调试的API文档, 注释即文档, 可作为调试工具(postman). Simple documentation generator for Yii2 REST applications based on defined API endpoints and actions annotations.
ivanrussu/multipart-form-data-converter
26 Downloads
Converts raw multipart mess to json or postman's "bulk edit" format
ivanomatteo/laravel-api-export
15 Downloads
laravel api export to postman,burp suite, owasp zap
imlolman/zohobooks
29 Downloads
An Unofficial PHP SDK for ZohoBooks generated by https://github.com/imlolman/php-sdk-generator-from-postman-sdk
habanero/labourer
143 Downloads
Web libraries to work with Postman
dziadul/codeception-test-generator
59 Downloads
Module generate codeception tests base on postman collection.
dyned/vasara
19 Downloads
Extract postman json file to user demand
damian-nz/laraman
10 Downloads
A fluent way to export your Laravel routes to a Postman export
bubnov-mikhail/landedcostcalculationapi
13734 Downloads
Landed Cost API providing duty rates, calculation, and item harmonization. A set of sample requests are available as a [Postman Collection](https://www.getpostman.com/collections/ad308f6c9351a18c2c12). ## Basics ### Timestamps Timestamps should be formatted using ISO-8601 to the nearest second, in UTC e.g `2015-06-12T09:17:37Z` ### Expiries All Requests will have an associated timestamp. The validity for any request is 1 minute to account for any clock-skew. ## Authorization All API requests require an http header that contains your account ID and your account API Key. During account provisioning, you will be issued an API Key which you must supply with every request. ### Authorization Header To make an authorized API request, set the following HTTP header: `authorization: avalaraapikey id: key:`