-
Notifications
You must be signed in to change notification settings - Fork 26
1.2) API Structure
Marco Cesarato edited this page Apr 11, 2019
·
1 revision
-
JSON
-
XML
-
HTML
- Fetch all:
/[database]/[table].[format] - Fetch all with limit:
/[database]/[limit]/[table].[format] - Fetch:
/[database]/[table]/[ID].[format] - Fetch search by coolumn:
/[database]/[table]/[column]/[value].[format] - Documentation:
/[database]/docs/[table].[format]
- Fetch all:
/[token]/[database]/[table].[format] - Fetch all with limit:
/[token]/[database]/[limit]/[table].[format] - Fetch:
/[token]/[database]/[table]/[ID].[format] - Fetch search by column:
/[token]/[database]/[table]/[column]/[value].[format] - Documentation:
/[token]/[database]/docs/[table].[format]