I an working on a API Endpoint and found that using an unbound action was a lot easier than a bound action. I wonder if bound actions are preferrable for light cases only?
What are the advantages of using bound actions?
What are the disadvantages of unbound actions?