An open API service indexing awesome lists of open source software.

https://github.com/nhost/functions-test


https://github.com/nhost/functions-test

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# functions-test

## `/test`

- Return `Hello Wordl`
- Change `World` with `name` query parameter.
- Console log in terminal

## `/test2`

- Return `Hello Wordl`
- Change `World` with `name` query parameter.

## `/test3`

- Return `slug in query params: `
- Add `slug` using `slug` query parameters
- `slug` should be slugified. Ex `Hello World` => `hello-word`.

## `/ts-test`

- return `Hi from /johan`
- return status code `404`

## `/first/second/third`

- Return `123 - slug in query params: `
- Add `slug` using `slug` query parameters
- `slug` should be slugified. Ex `Hello World` => `hello-word`.