![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@awell-health/private-extensions-demo
Advanced tools
You can find all the documentation here.
Read about our contributing guidelines here. To contribute code, you'll need to first fork the repository. Once you have forked the repository, create your extension (or make your changes) and submit a pull request for our team to review.
Reviews may take 24 hours or longer. To help smooth the process, please be sure your settings
, fields
, and datapoints
are well defined and documented.
Of course, we also welcome discussions... show us what you're working on!
We encourage you to fork the repo and build custom actions and webhooks to support your organization's needs. We have provided a sample hello world
extension, which is located in ./extensions/hello-world
.
When updates are made to the public extensions repository, the release process involves:
main
branch (internal engineers can test locally by creating a release/vX.X.X
branch)@awell-health/awell-extensions
dependency version in our private awell-extension-server
repositoryThis process is currently manual, and we ask you to please be patient with our PR reviews and deployments while we work to automate this process.
Please read about custom actions and webhooks to learn about how you can use them to support no-code flows for your care ops builders.
Fields are the INPUT, and datapoints are the OUTPUT of any given action (or webhook).
Fields are filled in at ![BUILD] time by the care flow designer. Field types can help the designer to be sure to include the right data necessary for a given action.
Datapoints are decided at ![BUILD] time and can be used by the designers as inputs for future fields.
Fields and datapoints provide you, the builders and designers, a powerful mechanism to take in variable data at one point in a care flow and use it in another place. The possibilities are endless!
For those who require OAuth2.0 in your flows, there is a base client located at /lib/shared/
. By extending that base client, you can include more complex authentication flows in your custom actions. Please see ./extensions/elation/client.ts
for an example of how you can create DataWrappers, API Clients, and the necessary datawrapper constructor that must be passed to the API client to create your flows.
Currently supported are Resource Owner Password Grant and Client Credentials Grant.
FAQs
Unknown package
The npm package @awell-health/private-extensions-demo receives a total of 0 weekly downloads. As such, @awell-health/private-extensions-demo popularity was classified as not popular.
We found that @awell-health/private-extensions-demo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.