Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaldanam committed Sep 26, 2023
1 parent cf96050 commit 76e619a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ Example function definition:
```
Two very simple examples of functions are the following:
- Salute function: Receives a name and returns a salute. The definition of the function can be found at [functions/salute.json](functions/salute.json) and the code at [src/eidos/functions/core.py](src/eidos/functions/core.py).
- Geocoding function: Receives a location and returns the coordinates. The definition of the function can be found at [functions/geocode.json](functions/geocode.json) and the code at [src/eidos/functions/core.py](src/eidos/functions/core.py).
A very simple example of a function is the Salute function: Receives a name and returns a salute. The definition of the function can be found at [functions/salute.json](functions/salute.json) and the code at [src/eidos/functions/core.py](src/eidos/functions/core.py).
## Testing the API
A [Postman](https://www.postman.com/downloads/) collection is provided for automated integration testing of the API. You can find more details at [tests](tests).

0 comments on commit 76e619a

Please sign in to comment.