4 Commits

Author SHA1 Message Date
Ray Blair
099da3be09
chore: use __DIR__ (#46) 2024-09-08 09:24:05 +01:00
Jamie Barton
2d77a5ee10 tidy up and examples 2024-09-05 10:04:59 +01:00
Imam Ali Mustofa
c1d8347f69
fix: app config setget (#39)
* refactor: add missing response interface

* fix: app config setter and getter

* Apply suggestions from code review

Co-authored-by: Jamie Barton <jamie@notrab.dev>

* feat: introduce HasConfig trait

* refactor: remove duplicate methods and use HasConfig trait

* changes

* revert trait for now

* add back variables

* revert examples demo

---------

Co-authored-by: Jamie Barton <jamie@notrab.dev>
2024-09-05 09:26:51 +01:00
Joseph Ajibodu
94edb1a5b9
reorganize the examples folder to support multiple examples (#21)
Updated the examples directory structure to accommodate additional examples.
Moved the existing example into a `simple` subdirectory under `examples/`
2024-08-29 12:12:50 +01:00