/api

Primary LanguagePHP

PHP Rest API

Current Endpoints

Get administrator

Accepts POST method

localhost/api/administrator/find_administrator.php

Get All manufacturers

Accepts GET method

localhost/api/manufacturers/get_all_manufacturers.php

Create a manufacturer

Accepts POST method

localhost/api/manufacturers/create_manufacturer.php

Create a new phone

Accepts POST method

localhost/api/phone/create_phone.php

Get all phones

Accepts GET method

localhost/api/phone/get_all_phones.php

Get all phones of a company

Accepts GET method

localhost/api/phone/get_company_phones.php?<company_name>

Get all phones of a company

Accepts GET method

localhost/api/phone/get_company_phones.php?<company_name>

Get all latest phones of 2019

Accepts GET method

localhost/api/phone/get_latest_phones.php

Get a single phone

Accepts GET method

localhost/api/phone/get_phone.php?<phone_id>