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

@acoustic-content-sdk/rest-api

Package Overview
Dependencies
Maintainers
8
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acoustic-content-sdk/rest-api

Module to attach inline-edit functionality to an WCH based Angular application.

  • 9.0.10076
  • latest
  • npm
  • Socket score

Version published
Maintainers
8
Created
Source

npm

Definition of interfaces for services and components that use the REST API of Acoustic Content.

API Documentation

API Documentation

Home > @acoustic-content-sdk/rest-api

rest-api package

Definition of interfaces for services and components that use the REST API of Acoustic Content.

Enumerations

EnumerationDescription
FETCH_PRIORITYPriority of the actual request

Variables

VariableDescription
VERSIONVersion and build number of the package

Type Aliases

Type AliasDescription
FetchTextCallback interface used to make a GET request to the resource and to ask for text content.The URL can be a relative URL and will be resolved against the API URL
WriteTextCallback interface used to send data to the server.The URL can be a relative URL and will be resolved against the API URL

Home > @acoustic-content-sdk/rest-api > FETCH_PRIORITY

FETCH_PRIORITY enum

Priority of the actual request

Signature:

export declare enum FETCH_PRIORITY 

Enumeration Members

MemberValueDescription
HIGH2
LOW0
NORMAL1

Home > @acoustic-content-sdk/rest-api > VERSION

VERSION variable

Version and build number of the package

Signature:

VERSION: {
    version: {
        major: string;
        minor: string;
        patch: string;
        branch: string;
    };
    build: Date;
}

Home > @acoustic-content-sdk/rest-api > FetchText

FetchText type

Callback interface used to make a GET request to the resource and to ask for text content.

The URL can be a relative URL and will be resolved against the API URL

Signature:

export declare type FetchText = (aUrl: string, aPriority?: FETCH_PRIORITY) => Observable<string>;

Home > @acoustic-content-sdk/rest-api > WriteText

WriteText type

Callback interface used to send data to the server.

The URL can be a relative URL and will be resolved against the API URL

Signature:

export declare type WriteText = (aUrl: string, aBody: any, aPriority?: FETCH_PRIORITY) => Observable<any>;

Keywords

FAQs

Package last updated on 26 Mar 2020

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