Socket
Socket
Sign inDemoInstall

ziggeo

Package Overview
Dependencies
103
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.20 to 0.1.23

10

dist/ziggeo.js
/*!
ziggeo - v0.1.20 - 2020-08-31
ziggeo - v0.1.23 - 2021-01-08
Copyright (c)

@@ -14,4 +14,4 @@ Apache-2.0 Software License.

"guid": "dc4166d4-b177-4212-abd5-ab255907a7d8",
"version": "0.1.20",
"datetime": 1598893432079
"version": "0.1.23",
"datetime": 1610132861026
};

@@ -479,2 +479,6 @@ });

this.Connect.postJSON('/v1/metaprofiles/' + meta_token_or_key + '/process/nsfw', callbacks, data);
},
create_profanity_process: function (meta_token_or_key, data, callbacks) {
this.Connect.postJSON('/v1/metaprofiles/' + meta_token_or_key + '/process/profanity', callbacks, data);
}

@@ -481,0 +485,0 @@

{
"name": "ziggeo",
"description": "Ziggeo API (https://ziggeo.com) allows you to integrate video recording and playback with only two lines of code in your site, service or app. This is the NodeJS Server SDK.",
"version": "0.1.20",
"author": "Ziggeo",
"repository": "https://github.com/Ziggeo/ZiggeoNodeSdk.git",
"license": "Apache-2.0",
"name": "ziggeo",
"description": "Ziggeo API (https://ziggeo.com) allows you to integrate video recording and playback with only two lines of code in your site, service or app. This is the NodeJS Server SDK.",
"version": "0.1.23",
"author": "Ziggeo",
"repository": "https://github.com/Ziggeo/ZiggeoNodeSdk.git",
"license": "Apache-2.0",
"engines": {
"node": ""
},
"node": ""
},
"dependencies": {

@@ -12,0 +12,0 @@ "betajs": "",

# Ziggeo's Node.js Server SDK
latest version: **0.1.20**
latest version: **0.1.23**

@@ -11,4 +11,4 @@ ## Index

2. [How to use](#how-to-use)
3[Installation](#install)3. [Client-Side Integration](#codes-client-side)
3. [Installation](#install)
3. [Client-Side Integration](#codes-client-side)
4. [Server-Side Integration](#codes-server-side)

@@ -18,71 +18,72 @@ 1. [Init](#codes-init)

3. [Methods for Videos](#method-videos)
1. [Videos ZiggeoSdk.Videos.index](#method-videos-ziggeosdk.videos.index)
2. [Videos ZiggeoSdk.Videos.count](#method-videos-ziggeosdk.videos.count)
3. [Videos ZiggeoSdk.Videos.get](#method-videos-ziggeosdk.videos.get)
4. [Videos ZiggeoSdk.Videos.get Bulk](#method-videos-ziggeosdk.videos.get-bulk)
5. [Videos ZiggeoSdk.Videos.stats Bulk](#method-videos-ziggeosdk.videos.stats-bulk)
6. [Videos ZiggeoSdk.Videos.download Video](#method-videos-ziggeosdk.videos.download-video)
7. [Videos ZiggeoSdk.Videos.download Image](#method-videos-ziggeosdk.videos.download-image)
8. [Videos ZiggeoSdk.Videos.get Stats](#method-videos-ziggeosdk.videos.get-stats)
9. [Videos ZiggeoSdk.Videos.push To Service](#method-videos-ziggeosdk.videos.push-to-service)
10. [Videos ZiggeoSdk.Videos.apply Effect](#method-videos-ziggeosdk.videos.apply-effect)
11. [Videos ZiggeoSdk.Videos.apply Meta](#method-videos-ziggeosdk.videos.apply-meta)
12. [Videos ZiggeoSdk.Videos.update](#method-videos-ziggeosdk.videos.update)
13. [Videos ZiggeoSdk.Videos.update Bulk](#method-videos-ziggeosdk.videos.update-bulk)
14. [Videos ZiggeoSdk.Videos.destroy](#method-videos-ziggeosdk.videos.destroy)
15. [Videos ZiggeoSdk.Videos.create](#method-videos-ziggeosdk.videos.create)
16. [Videos ZiggeoSdk.Videos.analytics](#method-videos-ziggeosdk.videos.analytics)
1. [Videos Index](#method-videos-index)
2. [Videos Count](#method-videos-count)
3. [Videos Get](#method-videos-get)
4. [Videos Get Bulk](#method-videos-get-bulk)
5. [Videos Stats Bulk](#method-videos-stats-bulk)
6. [Videos Download Video](#method-videos-download-video)
7. [Videos Download Image](#method-videos-download-image)
8. [Videos Get Stats](#method-videos-get-stats)
9. [Videos Push To Service](#method-videos-push-to-service)
10. [Videos Apply Effect](#method-videos-apply-effect)
11. [Videos Apply Meta](#method-videos-apply-meta)
12. [Videos Update](#method-videos-update)
13. [Videos Update Bulk](#method-videos-update-bulk)
14. [Videos Destroy](#method-videos-destroy)
15. [Videos Create](#method-videos-create)
16. [Videos Analytics](#method-videos-analytics)
4. [Methods for Streams](#method-streams)
1. [Streams ZiggeoSdk.Streams.index](#method-streams-ziggeosdk.streams.index)
2. [Streams ZiggeoSdk.Streams.get](#method-streams-ziggeosdk.streams.get)
3. [Streams ZiggeoSdk.Streams.download Video](#method-streams-ziggeosdk.streams.download-video)
4. [Streams ZiggeoSdk.Streams.download Image](#method-streams-ziggeosdk.streams.download-image)
5. [Streams ZiggeoSdk.Streams.push To Service](#method-streams-ziggeosdk.streams.push-to-service)
6. [Streams ZiggeoSdk.Streams.destroy](#method-streams-ziggeosdk.streams.destroy)
7. [Streams ZiggeoSdk.Streams.create](#method-streams-ziggeosdk.streams.create)
8. [Streams ZiggeoSdk.Streams.attach Image](#method-streams-ziggeosdk.streams.attach-image)
9. [Streams ZiggeoSdk.Streams.attach Video](#method-streams-ziggeosdk.streams.attach-video)
10. [Streams ZiggeoSdk.Streams.attach Subtitle](#method-streams-ziggeosdk.streams.attach-subtitle)
11. [Streams ZiggeoSdk.Streams.bind](#method-streams-ziggeosdk.streams.bind)
1. [Streams Index](#method-streams-index)
2. [Streams Get](#method-streams-get)
3. [Streams Download Video](#method-streams-download-video)
4. [Streams Download Image](#method-streams-download-image)
5. [Streams Push To Service](#method-streams-push-to-service)
6. [Streams Destroy](#method-streams-destroy)
7. [Streams Create](#method-streams-create)
8. [Streams Attach Image](#method-streams-attach-image)
9. [Streams Attach Video](#method-streams-attach-video)
10. [Streams Attach Subtitle](#method-streams-attach-subtitle)
11. [Streams Bind](#method-streams-bind)
5. [Methods for Authtokens](#method-authtokens)
1. [Authtokens ZiggeoSdk.Authtokens.get](#method-authtokens-ziggeosdk.authtokens.get)
2. [Authtokens ZiggeoSdk.Authtokens.update](#method-authtokens-ziggeosdk.authtokens.update)
3. [Authtokens ZiggeoSdk.Authtokens.destroy](#method-authtokens-ziggeosdk.authtokens.destroy)
4. [Authtokens ZiggeoSdk.Authtokens.create](#method-authtokens-ziggeosdk.authtokens.create)
1. [Authtokens Get](#method-authtokens-get)
2. [Authtokens Update](#method-authtokens-update)
3. [Authtokens Destroy](#method-authtokens-destroy)
4. [Authtokens Create](#method-authtokens-create)
6. [Methods for Application](#method-application)
1. [Application ZiggeoSdk.Application.get](#method-application-ziggeosdk.application.get)
2. [Application ZiggeoSdk.Application.update](#method-application-ziggeosdk.application.update)
3. [Application ZiggeoSdk.Application.get Stats](#method-application-ziggeosdk.application.get-stats)
1. [Application Get](#method-application-get)
2. [Application Update](#method-application-update)
3. [Application Get Stats](#method-application-get-stats)
7. [Methods for Effect Profiles](#method-effect-profiles)
1. [Effect Profiles ZiggeoSdk.EffectProfiles.create](#method-effect-profiles-ziggeosdk.effectprofiles.create)
2. [Effect Profiles ZiggeoSdk.EffectProfiles.index](#method-effect-profiles-ziggeosdk.effectprofiles.index)
3. [Effect Profiles ZiggeoSdk.EffectProfiles.get](#method-effect-profiles-ziggeosdk.effectprofiles.get)
4. [Effect Profiles ZiggeoSdk.EffectProfiles.destroy](#method-effect-profiles-ziggeosdk.effectprofiles.destroy)
5. [Effect Profiles ZiggeoSdk.EffectProfiles.update](#method-effect-profiles-ziggeosdk.effectprofiles.update)
1. [Effect Profiles Create](#method-effect-profiles-create)
2. [Effect Profiles Index](#method-effect-profiles-index)
3. [Effect Profiles Get](#method-effect-profiles-get)
4. [Effect Profiles Destroy](#method-effect-profiles-destroy)
5. [Effect Profiles Update](#method-effect-profiles-update)
8. [Methods for Effect Profile Process](#method-effect-profile-process)
1. [Effect Profile Process ZiggeoSdk.EffectProfileProcess.index](#method-effect-profile-process-ziggeosdk.effectprofileprocess.index)
2. [Effect Profile Process ZiggeoSdk.EffectProfileProcess.get](#method-effect-profile-process-ziggeosdk.effectprofileprocess.get)
3. [Effect Profile Process ZiggeoSdk.EffectProfileProcess.destroy](#method-effect-profile-process-ziggeosdk.effectprofileprocess.destroy)
4. [Effect Profile Process ZiggeoSdk.EffectProfileProcess.create Filter Process](#method-effect-profile-process-ziggeosdk.effectprofileprocess.create-filter-process)
5. [Effect Profile Process ZiggeoSdk.EffectProfileProcess.create Watermark Process](#method-effect-profile-process-ziggeosdk.effectprofileprocess.create-watermark-process)
6. [Effect Profile Process ZiggeoSdk.EffectProfileProcess.edit Watermark Process](#method-effect-profile-process-ziggeosdk.effectprofileprocess.edit-watermark-process)
1. [Effect Profile Process Index](#method-effect-profile-process-index)
2. [Effect Profile Process Get](#method-effect-profile-process-get)
3. [Effect Profile Process Destroy](#method-effect-profile-process-destroy)
4. [Effect Profile Process Create Filter Process](#method-effect-profile-process-create-filter-process)
5. [Effect Profile Process Create Watermark Process](#method-effect-profile-process-create-watermark-process)
6. [Effect Profile Process Edit Watermark Process](#method-effect-profile-process-edit-watermark-process)
9. [Methods for Meta Profiles](#method-meta-profiles)
1. [Meta Profiles ZiggeoSdk.MetaProfiles.create](#method-meta-profiles-ziggeosdk.metaprofiles.create)
2. [Meta Profiles ZiggeoSdk.MetaProfiles.index](#method-meta-profiles-ziggeosdk.metaprofiles.index)
3. [Meta Profiles ZiggeoSdk.MetaProfiles.get](#method-meta-profiles-ziggeosdk.metaprofiles.get)
4. [Meta Profiles ZiggeoSdk.MetaProfiles.destroy](#method-meta-profiles-ziggeosdk.metaprofiles.destroy)
1. [Meta Profiles Create](#method-meta-profiles-create)
2. [Meta Profiles Index](#method-meta-profiles-index)
3. [Meta Profiles Get](#method-meta-profiles-get)
4. [Meta Profiles Destroy](#method-meta-profiles-destroy)
10. [Methods for Meta Profile Process](#method-meta-profile-process)
1. [Meta Profile Process ZiggeoSdk.MetaProfileProcess.index](#method-meta-profile-process-ziggeosdk.metaprofileprocess.index)
2. [Meta Profile Process ZiggeoSdk.MetaProfileProcess.get](#method-meta-profile-process-ziggeosdk.metaprofileprocess.get)
3. [Meta Profile Process ZiggeoSdk.MetaProfileProcess.destroy](#method-meta-profile-process-ziggeosdk.metaprofileprocess.destroy)
4. [Meta Profile Process ZiggeoSdk.MetaProfileProcess.create Video Analysis Process](#method-meta-profile-process-ziggeosdk.metaprofileprocess.create-video-analysis-process)
5. [Meta Profile Process ZiggeoSdk.MetaProfileProcess.create Audio Transcription Process](#method-meta-profile-process-ziggeosdk.metaprofileprocess.create-audio-transcription-process)
6. [Meta Profile Process ZiggeoSdk.MetaProfileProcess.create Nsfw Process](#method-meta-profile-process-ziggeosdk.metaprofileprocess.create-nsfw-process)
1. [Meta Profile Process Index](#method-meta-profile-process-index)
2. [Meta Profile Process Get](#method-meta-profile-process-get)
3. [Meta Profile Process Destroy](#method-meta-profile-process-destroy)
4. [Meta Profile Process Create Video Analysis Process](#method-meta-profile-process-create-video-analysis-process)
5. [Meta Profile Process Create Audio Transcription Process](#method-meta-profile-process-create-audio-transcription-process)
6. [Meta Profile Process Create Nsfw Process](#method-meta-profile-process-create-nsfw-process)
7. [Meta Profile Process Create Profanity Process](#method-meta-profile-process-create-profanity-process)
11. [Methods for Webhooks](#method-webhooks)
1. [Webhooks ZiggeoSdk.Webhooks.create](#method-webhooks-ziggeosdk.webhooks.create)
2. [Webhooks ZiggeoSdk.Webhooks.confirm](#method-webhooks-ziggeosdk.webhooks.confirm)
3. [Webhooks ZiggeoSdk.Webhooks.destroy](#method-webhooks-ziggeosdk.webhooks.destroy)
1. [Webhooks Create](#method-webhooks-create)
2. [Webhooks Confirm](#method-webhooks-confirm)
3. [Webhooks Destroy](#method-webhooks-destroy)
12. [Methods for Analytics](#method-analytics)
1. [Analytics ZiggeoSdk.Analytics.get](#method-analytics-ziggeosdk.analytics.get)
6. [License](#license)
1. [Analytics Get](#method-analytics-get)
5. [License](#license)

@@ -176,12 +177,12 @@

1.Videos
1.Streams
1.Authtokens
1.Application
1.Effect Profiles
1.Effect Profile Process
1.Meta Profiles
1.Meta Profile Process
1.Webhooks
1.Analytics
1. Videos
2. Streams
3. Authtokens
4. Application
5. Effect Profiles
6. Effect Profile Process
7. Meta Profiles
8. Meta Profile Process
9. Webhooks
10. Analytics

@@ -192,3 +193,3 @@ Each of this sections has their own actions and they are explained bellow

###Videos<a name="method-videos"></a>
### Videos<a name="method-videos"></a>

@@ -198,3 +199,3 @@

####Index
#### Index<a name="method-videos-index"></a>

@@ -214,3 +215,3 @@ Query an array of videos (will return at most 50 videos by default). Newest videos come first.

####Count
#### Count<a name="method-videos-count"></a>

@@ -227,3 +228,3 @@ Get the video count for the application.

####Get
#### Get<a name="method-videos-get"></a>

@@ -236,3 +237,3 @@ Get a single video by token or key.

####Get Bulk
#### Get Bulk<a name="method-videos-get-bulk"></a>

@@ -248,3 +249,3 @@ Get multiple videos by tokens or keys.

####Stats Bulk
#### Stats Bulk<a name="method-videos-stats-bulk"></a>

@@ -261,3 +262,3 @@ Get stats for multiple videos by tokens or keys.

####Download Video
#### Download Video<a name="method-videos-download-video"></a>

@@ -270,3 +271,3 @@ Download the video data file

####Download Image
#### Download Image<a name="method-videos-download-image"></a>

@@ -279,3 +280,3 @@ Download the image data file

####Get Stats
#### Get Stats<a name="method-videos-get-stats"></a>

@@ -288,3 +289,3 @@ Get the video's stats

####Push To Service
#### Push To Service<a name="method-videos-push-to-service"></a>

@@ -300,3 +301,3 @@ Push a video to a provided push service.

####Apply Effect
#### Apply Effect<a name="method-videos-apply-effect"></a>

@@ -312,3 +313,3 @@ Apply an effect profile to a video.

####Apply Meta
#### Apply Meta<a name="method-videos-apply-meta"></a>

@@ -324,3 +325,3 @@ Apply a meta profile to a video.

####Update
#### Update<a name="method-videos-update"></a>

@@ -342,3 +343,3 @@ Update single video by token or key.

####Update Bulk
#### Update Bulk<a name="method-videos-update-bulk"></a>

@@ -360,3 +361,3 @@ Update multiple videos by token or key.

####Delete
#### Delete<a name="method-videos-delete"></a>

@@ -369,3 +370,3 @@ Delete a single video by token or key.

####Create
#### Create<a name="method-videos-create"></a>

@@ -386,3 +387,3 @@ Create a new video.

####Analytics
#### Analytics<a name="method-videos-analytics"></a>

@@ -401,3 +402,3 @@ Get analytics for a specific videos with the given params

###Streams<a name="method-streams"></a>
### Streams<a name="method-streams"></a>

@@ -407,3 +408,3 @@

####Index
#### Index<a name="method-streams-index"></a>

@@ -419,3 +420,3 @@ Return all streams associated with a video

####Get
#### Get<a name="method-streams-get"></a>

@@ -428,3 +429,3 @@ Get a single stream

####Download Video
#### Download Video<a name="method-streams-download-video"></a>

@@ -437,3 +438,3 @@ Download the video data associated with the stream

####Download Image
#### Download Image<a name="method-streams-download-image"></a>

@@ -446,3 +447,3 @@ Download the image data associated with the stream

####Push To Service
#### Push To Service<a name="method-streams-push-to-service"></a>

@@ -458,3 +459,3 @@ Push a stream to a provided push service.

####Delete
#### Delete<a name="method-streams-delete"></a>

@@ -467,3 +468,3 @@ Delete the stream

####Create
#### Create<a name="method-streams-create"></a>

@@ -479,3 +480,3 @@ Create a new stream

####Attach Image
#### Attach Image<a name="method-streams-attach-image"></a>

@@ -491,3 +492,3 @@ Attaches an image to a new stream

####Attach Video
#### Attach Video<a name="method-streams-attach-video"></a>

@@ -503,3 +504,3 @@ Attaches a video to a new stream

####Attach Subtitle
#### Attach Subtitle<a name="method-streams-attach-subtitle"></a>

@@ -517,3 +518,3 @@ Attaches a subtitle to the stream.

####Bind
#### Bind<a name="method-streams-bind"></a>

@@ -528,3 +529,3 @@ Closes and submits the stream

###Authtokens<a name="method-authtokens"></a>
### Authtokens<a name="method-authtokens"></a>

@@ -534,3 +535,3 @@

####Get
#### Get<a name="method-authtokens-get"></a>

@@ -543,3 +544,3 @@ Get a single auth token by token.

####Update
#### Update<a name="method-authtokens-update"></a>

@@ -560,3 +561,3 @@ Update single auth token by token.

####Delete
#### Delete<a name="method-authtokens-delete"></a>

@@ -569,3 +570,3 @@ Delete a single auth token by token.

####Create
#### Create<a name="method-authtokens-create"></a>

@@ -586,3 +587,3 @@ Create a new auth token.

###Application<a name="method-application"></a>
### Application<a name="method-application"></a>

@@ -592,3 +593,3 @@

####Get
#### Get<a name="method-application-get"></a>

@@ -601,3 +602,3 @@ Read application.

####Update
#### Update<a name="method-application-update"></a>

@@ -621,3 +622,3 @@ Update application.

####Get Stats
#### Get Stats<a name="method-application-get-stats"></a>

@@ -633,3 +634,3 @@ Read application stats

###Effect Profiles<a name="method-effect-profiles"></a>
### Effect Profiles<a name="method-effect-profiles"></a>

@@ -639,3 +640,3 @@

####Create
#### Create<a name="method-effect-profiles-create"></a>

@@ -653,3 +654,3 @@ Create a new effect profile.

####Index
#### Index<a name="method-effect-profiles-index"></a>

@@ -667,3 +668,3 @@ Get list of effect profiles.

####Get
#### Get<a name="method-effect-profiles-get"></a>

@@ -676,3 +677,3 @@ Get a single effect profile

####Delete
#### Delete<a name="method-effect-profiles-delete"></a>

@@ -685,3 +686,3 @@ Delete the effect profile

####Update
#### Update<a name="method-effect-profiles-update"></a>

@@ -697,3 +698,3 @@ Updates an effect profile.

###Effect Profile Process<a name="method-effect-profile-process"></a>
### Effect Profile Process<a name="method-effect-profile-process"></a>

@@ -703,3 +704,3 @@

####Index
#### Index<a name="method-effect-profile-process-index"></a>

@@ -715,3 +716,3 @@ Return all processes associated with a effect profile

####Get
#### Get<a name="method-effect-profile-process-get"></a>

@@ -724,3 +725,3 @@ Get a single process

####Delete
#### Delete<a name="method-effect-profile-process-delete"></a>

@@ -733,3 +734,3 @@ Delete the process

####Create Filter Process
#### Create Filter Process<a name="method-effect-profile-process-create-filter-process"></a>

@@ -745,3 +746,3 @@ Create a new filter effect process

####Create Watermark Process
#### Create Watermark Process<a name="method-effect-profile-process-create-watermark-process"></a>

@@ -760,3 +761,3 @@ Attaches an image to a new stream

####Edit Watermark Process
#### Edit Watermark Process<a name="method-effect-profile-process-edit-watermark-process"></a>

@@ -775,3 +776,3 @@ Edits an existing watermark process.

###Meta Profiles<a name="method-meta-profiles"></a>
### Meta Profiles<a name="method-meta-profiles"></a>

@@ -781,3 +782,3 @@

####Create
#### Create<a name="method-meta-profiles-create"></a>

@@ -794,3 +795,3 @@ Create a new meta profile.

####Index
#### Index<a name="method-meta-profiles-index"></a>

@@ -808,3 +809,3 @@ Get list of meta profiles.

####Get
#### Get<a name="method-meta-profiles-get"></a>

@@ -817,3 +818,3 @@ Get a single meta profile

####Delete
#### Delete<a name="method-meta-profiles-delete"></a>

@@ -826,3 +827,3 @@ Delete the meta profile

###Meta Profile Process<a name="method-meta-profile-process"></a>
### Meta Profile Process<a name="method-meta-profile-process"></a>

@@ -832,3 +833,3 @@

####Index
#### Index<a name="method-meta-profile-process-index"></a>

@@ -841,3 +842,3 @@ Return all processes associated with a meta profile

####Get
#### Get<a name="method-meta-profile-process-get"></a>

@@ -850,3 +851,3 @@ Get a single process

####Delete
#### Delete<a name="method-meta-profile-process-delete"></a>

@@ -859,3 +860,3 @@ Delete the process

####Create Video Analysis Process
#### Create Video Analysis Process<a name="method-meta-profile-process-create-video-analysis-process"></a>

@@ -868,3 +869,3 @@ Create a new video analysis meta process

####Create Audio Transcription Process
#### Create Audio Transcription Process<a name="method-meta-profile-process-create-audio-transcription-process"></a>

@@ -877,3 +878,3 @@ Create a new audio transcription meta process

####Create Nsfw Process
#### Create Nsfw Process<a name="method-meta-profile-process-create-nsfw-process"></a>

@@ -889,8 +890,19 @@ Create a new nsfw filter meta process

###Webhooks<a name="method-webhooks"></a>
#### Create Profanity Process<a name="method-meta-profile-process-create-profanity-process"></a>
Create a new profanity filter meta process
```node
ZiggeoSdk.MetaProfileProcess.create_profanity_process(meta_token_or_key, arguments, [callbacks])
```
Arguments
- profanity_action: *One of the following three: approve, reject, nothing.*
### Webhooks<a name="method-webhooks"></a>
The webhooks resource allows you to create or delete webhooks related to a given application.
####Create
#### Create<a name="method-webhooks-create"></a>

@@ -908,3 +920,3 @@ Create a new webhook for the given url to catch the given events.

####Confirm
#### Confirm<a name="method-webhooks-confirm"></a>

@@ -921,3 +933,3 @@ Confirm a webhook using its ID and the corresponding validation code.

####Delete
#### Delete<a name="method-webhooks-delete"></a>

@@ -933,3 +945,3 @@ Delete a webhook using its URL.

###Analytics<a name="method-analytics"></a>
### Analytics<a name="method-analytics"></a>

@@ -939,3 +951,3 @@

####Get
#### Get<a name="method-analytics-get"></a>

@@ -960,4 +972,4 @@ Get analytics for the given params

Copyright (c) 2013-2020 Ziggeo
Copyright (c) 2013-2021 Ziggeo
Apache 2.0 License

@@ -34,2 +34,6 @@ Scoped.define('module:MetaProfileProcess', ['base:Class'], function (Class, scoped) {

this.Connect.postJSON('/v1/metaprofiles/' + meta_token_or_key + '/process/nsfw', callbacks, data);
},
create_profanity_process: function (meta_token_or_key, data, callbacks) {
this.Connect.postJSON('/v1/metaprofiles/' + meta_token_or_key + '/process/profanity', callbacks, data);
}

@@ -36,0 +40,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc