📄️ How do I access user data in an API endpoint handler?
Objective: This article explains how to acess user data (e.g user id, organisation etc) in an API endpoint handler.
📄️ How do I add a new API endpoint?
Objective: This article explains how to add a new API endpoint path and handler.
📄️ How do I add a new Raven database index?
Objective: This article explains how to create a new database index in the platform.
📄️ How do I add a new database migration script?
Objective: This article explains how to add a new database migration script and execute it.
📄️ How do I add a new encrypted value to the configuration?
Objective: This article explains how to add a new encrypted value to the platform configuration.
📄️ How do I add a new event?
Objective: This article explains how to add a new event in a module.
📄️ How do I add a new OpenAPI Schema?
Objective: This article explains how to add a new OpenAPI Schema and export it to the client.
📄️ How do I add a new property to a database model?
Objective: This article explains how to add a new property to a database model, seed the database with a default value and update ETL scripts.
📄️ How do I add a new unencrypted value to the configuration?
Objective: This article explains how to add a new unencrypted value to the platform configuration.
📄️ How do I add a new value to a service configuration?
Objective: This article explains how to add a new unencrypted value to a service configuration i.e TradingConfiguration.
📄️ How do I compress and decompress data?
Objective: This article explains how use the compress and decompress utilities.
📄️ How do I configure parameters on an API endpoint?
Objective: This article explains how to configure parameters (query strings or path) on an API endpoint.
📄️ How do I configure security on an API endpoint?
Objective: This article explains how to configure security/permissions on an API endpoint using the platform JWT security keys.
📄️ How do I convert a database ID to a friendly ID?
Objective: This article explains how to convert a database ID (e.g users/123-A) to a friendly ID (e.g 123-A).
📄️ How do I convert a friendly ID to a database ID?
Objective: This article explains how to convert a friendly ID (e.g 123-A) to a database ID (e.g users/123-A).
📄️ How do I run a query on the insights database?
Objective: This article explains how to build and execute a query that runs on the insights database.
📄️ How do I store data in the cache?
Objective: This article explains how to use the cache to store and retreive data.
📄️ How do I subscribe to an event?
Objective: This article explains how to subscribe to an event and configure an AWS lambda function to execute when the event is fired.