Logo
Explore Help
Sign In
logos-messaging/logos-messaging-nim
1
0
Fork 0
You've already forked logos-messaging-nim
mirror of https://github.com/logos-messaging/logos-messaging-nim.git synced 2026-01-07 16:33:08 +00:00
Code Issues Packages Projects Releases Wiki Activity
logos-messaging-nim/waku/api.nim

5 lines
124 B
Nim
Raw Normal View History

chore: clarify api folders (#3637) * Rename waku_api to rest_api and underlying rest to endpoint for clearity * Rename node/api to node/kernel_api to suggest that it is an internal accessor to node interface + make everything compile after renaming * make waku api a top level import * fix use of relative path imports and use default to root rather in case of waku and tools modules
2025-11-15 23:31:09 +01:00
import ./api/[api, api_conf, entry_nodes]
Fix some import issues, start and stop waku shall not throw exception but return with result properly
2025-12-15 13:05:07 +01:00
import ./events/message_events
chore: clarify api folders (#3637) * Rename waku_api to rest_api and underlying rest to endpoint for clearity * Rename node/api to node/kernel_api to suggest that it is an internal accessor to node interface + make everything compile after renaming * make waku api a top level import * fix use of relative path imports and use default to root rather in case of waku and tools modules
2025-11-15 23:31:09 +01:00
Fix some import issues, start and stop waku shall not throw exception but return with result properly
2025-12-15 13:05:07 +01:00
export api, api_conf, entry_nodes, message_events
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.0 Page: 37ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API