Skip to content

Latest commit

 

History

History
executable file
·
31 lines (21 loc) · 1.48 KB

readme.md

File metadata and controls

executable file
·
31 lines (21 loc) · 1.48 KB

Geo Cashier Microservice

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

Lumen-based microservice realization

Usage

GET /v1/whitelist/ip POST /v1/whitelist/ip {ip:'127.0.0.1'} DELETE /v1/whitelist/ip/$ip 127.0.0.1

GET /v1/whitelist/customer POST /v1/whitelist/customer {customerId:'12345',FullName:'Some Name',ExpirationDate:'26.12.2018'} DELETE /v1/whitelist/ip/$customerId

GET /v1/whitelist/ POST /v1/whitelist/customer {ip:'127.0.0.1',customerId:'12345',FullName:'Some Name',ExpirationDate:'26.12.2018'} DELETE /v1/whitelist/ip/$customerId

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at [email protected]. All security vulnerabilities will be promptly addressed.

License

The Lumen framework is open-sourced software licensed under the MIT license