-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Hi! ๐
Firstly, thanks for your work on this project! ๐
Today I used patch-package to patch purest@4.0.2 for the project I'm working on.
Here is the diff that solved my problem:
diff --git a/node_modules/purest/config/providers.json b/node_modules/purest/config/providers.json
index 8dd1dae..002a9d2 100644
--- a/node_modules/purest/config/providers.json
+++ b/node_modules/purest/config/providers.json
@@ -2784,5 +2784,18 @@
"authorization": "Bearer {auth}"
}
}
+ },
+ "trackmania": {
+ "default": {
+ "origin": "https://api.trackmania.com",
+ "path": "api/{path}",
+ "headers": {
+ "authorization": "Bearer {auth}"
+ }
+ },
+ "oauth": {
+ "origin": "https://api.trackmania.com",
+ "path": "oauth/{path}"
+ }
}
}This issue body was partially generated by patch-package.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels