New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

airview-cms-api

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airview-cms-api

Airview CMS API provides a reusable library for the backend components of the Airview CMS.

  • 2.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
26
decreased by-66.23%
Maintainers
1
Weekly downloads
 
Created
Source

Airview CMS API

Airview CMS API provides a reusable library for the backend components of the Airview CMS.

Overview

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

Example Implementation

Documentation

Code is documented inline using tsdoc and auto generated into markdown format using typdoc.

The generated documentation is in docs

FAQs

Package last updated on 18 Apr 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc