The example at https://v1-pylon.cronit.io/examples/basic is outdated. It relies on defineService and PylonAPI, which no longer exist in Pylon v2+. The current API uses pylon({ handler }) for the server-side function and standard fetch on the client—no client SDK is required. Please update the documentation and examples to reflect the modern usage.