LeanAdmin / feature-discussions

The place for discussing new features
6 stars 0 forks source link

API for resources #30

Open stancl opened 3 years ago

stancl commented 3 years ago

Create a REST API (probably OpenAPI) that can work with all Lean resources.

We have the field specifications including validation, so we should be able to have API routes without any issue.

The backend logic is already robustly validated since Livewire is not tamper-proof. So an API that accepts custom input wouldn't change anything as far as security goes.