Finalize move from library scraping to api
This commit is contained in:
parent
55b57cf9a9
commit
664fcc50e2
29 changed files with 604 additions and 180 deletions
9
FileManager/UNTESTED/AudibleApiStorage.cs
Normal file
9
FileManager/UNTESTED/AudibleApiStorage.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using System.IO;
|
||||
|
||||
namespace FileManager
|
||||
{
|
||||
public static class AudibleApiStorage
|
||||
{
|
||||
public static string IdentityTokensFile => Path.Combine(Configuration.Instance.LibationFiles, "IdentityTokens.json");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue