[FEAT] Add API to read the list of scores

This commit is contained in:
2020-11-12 22:21:52 +01:00
parent cf38fa26d7
commit 1579e54c09
5 changed files with 142 additions and 0 deletions

10
.vscode/sftp.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "FTP Perso",
"host": "ftpperso.free.fr",
"protocol": "ftp",
"port": 21,
"username": "ohmj2",
"password": "2j9eywip",
"remotePath": "/legacy/",
"uploadOnSave": true
}