codeigniter/miniapi
-
2.0 Stable
mckaygerhard released this
2024年04月17日 23:58:28 +02:00 | 0 commits to main since this releasedefault first version with database example api
- example now handle two arguments, will check those and response
- separation of "notFound" module into one for api and one for Views
if there is a wrong url will shownotFoundApimodule results
otherwise will show the borrow ofnotFound - provide new module for storage, under
api/v1/storeroute,
it receives 3 arguments, will check nature of variables and
store if those are valid, the API will store a tree CTE data! - provide enhanced listing under
api/v1/listsroute, that
optionally receives one argument, if present will try to
retrieve it data with filtering, otherwise will retrieve all - documents the layer of the database used on the example, cos is a CTE
recursive emulated layer table. - documents into
DEVEL.mdthe separate development from quick deploy - tune up the
.envfile, only use minimal variables, remove non usefully - use 0 spaces into the editors for the init config files on
.editorconfig - by defaults use sqlite3 database in config file
- provide minimal test using php code
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
1.0 Stable
mckaygerhard released this
2024年04月17日 16:12:33 +02:00 | 2 commits to main since this releaseSimple example of two request with controllers and models, no database layer neither verifications of parameters
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)