https://github.com/axtens/bolt
Simple REST client written in B4J, implementing a logging tool
https://github.com/axtens/bolt
Last synced: 4 months ago
JSON representation
Simple REST client written in B4J, implementing a logging tool
- Host: GitHub
- URL: https://github.com/axtens/bolt
- Owner: axtens
- License: mit
- Created: 2019-09-28T13:34:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-28T13:41:41.000Z (over 6 years ago)
- Last Synced: 2025-10-10T01:34:30.355Z (8 months ago)
- Language: Visual Basic
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bolt
Simple REST client written in B4J, implementing a logging tool
* Non-UI application (console / server application)
* Epoxy-alike tool to implement a Tracks server
* SQLite
* datetime INTEGER, guid TEXT, domain TEXT, category TEXT, message TEXT
* PUT /tracks?guid=text&domain=text&category=text&message=text
* GET /tracks?domain=text
* GET /tracks?domain=text&category=text
* GET /tracks?guid=text
MIT license