Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
airview-cms-api
Advanced tools
Airview CMS API provides a reusable library for the backend components of the Airview CMS.
Airview CMS API provides a reusable library for the backend components of the Airview CMS.
Airview CMS is backed by an api which communicates using json via http. The api is responsible for proxying request to a git backend, mapping/transforming data, and caching assets to 'local' storage to avoid repeated requests to the git backend for the same data or repeated computation for data which has been previously prepared. 'local' here means local to the stack, you may wish to use something like AWS S3 if wiring this up in lambda.
The scope of this package it to allow a consumer to wrap their api around reusable backend logic. The package does not implement any generation of api responses/response codes or marshalling of request/responses to json, etc. It is business logic, interaction with git and caching of data.
The consumer must implement the http side themselves but need to ensure it maps to what the cms is expecting. The reason for this is that the package may need to be hosted on a variety of cloud and local environments, each with their own way of doing things. Because of this we provide a reference example using express.js of what methods be implemented, and the consumer should wire this up to api framework of their own choosing. You may also wish to just use the example directly and host using express.js
Code is documented inline using tsdoc and auto generated into markdown format using typdoc.
The generated documentation is in docs
FAQs
Airview CMS API provides a reusable library for the backend components of the Airview CMS.
The npm package airview-cms-api receives a total of 26 weekly downloads. As such, airview-cms-api popularity was classified as not popular.
We found that airview-cms-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.