Skip to content

phyominthu/faq-endpoint

 
 

Repository files navigation

Faq Endpoint

========================== This repo is base on PHP Endpoint Bootstrap

Installation

  • Clone this repo
  • run composer install
Applicaiont Environment

Create a file with name '.env' in your project root directory.

For Local Test

your app folder

php artisan db:seed

Avaliable Api

For all Faq

  • Optional Parameters

    type and section

Example -

faq/v1/list?type=:type&section=:section

For Faq By id

faq/v1/{id}

For Faq By Question

faq/v1/search?q=:keyword

All Faq result have paginate.Default is 15. If u want to change limit u can set

faq/v1/?per_page=3

and page too.

faq/v1/?page=4

Technology

LICENSE

DOC

More Details For Faq

GNU Lesser General Public License v3 (LGPL-3)

About

FAQ endpoint for Myanmar Api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.1%
  • ApacheConf 0.9%