Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 381 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 381 Bytes

Eta Fibonacci Service

This repository hosts the code for the fibonacci service example in the Web Service tutorial.

Running

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.