Add Rich List scanner and API endpoints

This commit is contained in:
Krystie
2026-03-24 10:24:44 +01:00
commit 30d22c6d61
795 changed files with 105653 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# axios // core
The modules found in `core/` should be modules that are specific to the domain logic of axios. These modules would most likely not make sense to be consumed outside of the axios module, as their logic is too specific. Some examples of core modules are:
- Dispatching requests
- Requests sent via `adapters/` (see lib/adapters/README.md)
- Managing interceptors
- Handling config