An open API service indexing awesome lists of open source software.

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

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