Skip to content

amit-barman/ownapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ownapi

php texttime test languages mysql

Screenshot

what is an api?

An application programming interface is a computing interface which defines interactions between multiple software intermediaries. It defines the kinds of calls or requests that can be made, how to make them, the data formats that should be used, the conventions to follow, etc.

what is own api ?

ownapi is a simple rest api created in php and mysql...

Supported Methods

  • GET
    • Get All Data.
    • Get A Single Student Data Using id Parameter.
  • POST
    • Add New Record to the Database
  • PATCH
    • Update to Database(its update modified values only)
  • DELETE
    • Delete Record from Database

created By

@Amit Barman

About

ownapi is a simple rest api created in php.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages