phanxipang / fansipan

A simple package that allows you to write your API integrations or SDKs in a elegant way.
https://phanxipang.github.io/fansipan
MIT License
81 stars 2 forks source link

Anonymous connectorless request #29

Closed jenky closed 2 months ago

jenky commented 2 months ago

Description

Create ConnectorlessRequest directly via ConnectorlessRequest::create by utilizing an anonymous class.

Motivation and context

This allows developer quickly create connectorless request without creating a new class.