-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Dillon Redding edited this page Mar 6, 2024
·
6 revisions
Welcome to the Siren.js client wiki 👋
Siren.js was created to ease the integration of Siren APIs with JavaScript. The Siren.js client library handles the low-level protocol details like how to submit an action over HTTP. So, instead of writing the boilerplate to interact with a Siren API, your application can focus on domain-specific details like names and relationships. You can use the library's model to find relevant links and actions that you want to interact with, as well as its functions for following said links or submitting said actions.
Check out the individual pages on various library features for more details 👉 These will guide you through how to get the most out of this library.
Happy coding! 🧑💻