https://github.com/redtius/java-apilogger
A Simple Tool To Track APIs with a Log File.
https://github.com/redtius/java-apilogger
Last synced: 3 months ago
JSON representation
A Simple Tool To Track APIs with a Log File.
- Host: GitHub
- URL: https://github.com/redtius/java-apilogger
- Owner: Redtius
- Created: 2023-07-07T15:58:49.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-24T13:19:03.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T23:31:57.140Z (5 months ago)
- Language: Java
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java-APILogger
A Simple Tool To Track APIs with a Log File.# Todo
I'm planning to improve it by doing the Following:
* Make it a tool that could be used on Spring Boot.
* Make all Requests Types available.
* Make it track all the server APIs and log the results.
* Encrypt the data in the log and make it accessible for the admin only.# The Future of the Tool
* This tool will be a great addition to maintain a big application, and detect when an error occurred.