bugaia/api

There is no license information available for the latest version (dev-master) of this package.

component Method

dev-master 2021-11-13 22:05 UTC

This package is auto-updated.

Last update: 2024-06-14 03:39:01 UTC


README

Install

composer require bugaia/api:dev-master

Used

for used API
(new API)
    ->isOk(__('lists'))->build();
for set data
    ->setData($lists)
for add attribute
    ->addAttribute('paginate',api_model_set_paginate($lists))
---------
for used validation used  

use BUGaia\BUGaiaAPI\Helper\JsonFormRequest;