Top "Laminas-api-tools" questions

Laminas API Tools provides both a builder and PHP runtime for HTTP APIs, using standards such as Problem Details for HTTP APIs, OAuth2, Hypertext Application Language, and others.

How to define the basic HTTP authentication using cURL correctly?

I'm learning Apigility (Apigility docu -> REST Service Tutorial) and trying to send a POST request with basic authentication …

http curl authorization basic-authentication laminas-api-tools
ApiGility - JSON decoding error: Syntax error, malformed JSON in PostMan

I am using ApiGility to update a shopping basket products and quantities and am testing with Chromes Postman. I am …

postman laminas-api-tools
3rd party API gives back 500 error, what code should my API return

I've written an API in a framework based on ZF2 (Zend Framework 2) called Apigility. My Service can query 3rd party …

rest http-status-codes laminas-api-tools