This commit is contained in:
2024-10-29 05:37:46 +01:00
commit fe33c5f123
34 changed files with 20148 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
diff --git a/node_modules/purest/config/providers.json b/node_modules/purest/config/providers.json
index 8dd1dae..d0e5784 100644
--- a/node_modules/purest/config/providers.json
+++ b/node_modules/purest/config/providers.json
@@ -2784,5 +2784,19 @@
"authorization": "Bearer {auth}"
}
}
+ },
+ "trompette": {
+ "default": {
+ "origin": "",
+ "path": "",
+ "headers": {
+ "authorization": "Bearer {auth}"
+ }
+ },
+ "oauth": {
+ "origin": "https://trompette.espace120.fr",
+ "path": "oauth/{version}/{path}",
+ "version": "v2"
+ }
}
}