This repository hosts the code for the fibonacci service example in the Web Service tutorial.
etlas run
This will start a server at http://localhost:9000
.
There's a single endpoint:
GET /fibonacci/:n
Where the :n
can be replaced with a non-negative integer.