-
Date API:
Serves up the current date, this api was there out of the box.
-
Northwind Data Definition Script:
This service is serving the DOCZ version of my MS SQL Tech doc which is still a work in progress.
-
- call stream1 in query brings airport background video
- Experiment with serverless user authentication according to this instruction:
response.set( {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Methods': 'DELETE,GET,PATCH,POST,PUT',
'Access-Control-Allow-Headers': 'Content-Type,Authorization'
} );
For now this app is only experiment, plans for the future it to do all kinds of weird and magical things while being serverless.
Experimiments are always conducted while putting together a new piece of tech, some experiments that proved to not be useful immediatly have been placed under api/z_experiments
and have also been flagged in the .nowignore
.
The backups of the now.json
have also been placed with the parked experiment files.