This repository was archived by the owner on Jan 27, 2025. It is now read-only.
This repository was archived by the owner on Jan 27, 2025. It is now read-only.
token request parameter in endpoint request types #55
It might look fairly inelegant for the casual observer to see
token: string;in endpoint request types.However since most Actio endpoints are function calls and not HTTP endpoints I see no other way to do it.
Think about this a bit and document this better.