-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Asgeir Nilsen
committed
Nov 13, 2018
1 parent
10e02ca
commit fbd2b77
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
# Fint.DotNet.Example | ||
|
||
This project contains an example application using FINT APIs. This application presents a birthday | ||
tool under `http://localhost:5000/api/birthdays` with two features: | ||
|
||
- `/jubilants` -- employees with round numbered birthdays this year | ||
- `/today` -- employees with birthdays today. | ||
|
||
OAuth and API endpoint configuration is in the file `Config/OAuthSettings.cs`. |