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

@postlight/mandrill_sdk_playground

Package Overview
Dependencies
Maintainers
9
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@postlight/mandrill_sdk_playground - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

docs/ApiKey.md

@@ -1,2 +0,2 @@

# @PostlightMandrillSdkPlayground.ApiKey
# mandrill_sdk_playground.ApiKey

@@ -3,0 +3,0 @@ ## Properties

@@ -1,2 +0,2 @@

# @PostlightMandrillSdkPlayground.UsersApi
# mandrill_sdk_playground.UsersApi

@@ -21,7 +21,7 @@ All URIs are relative to *https://mandrillapp.com/api/1.0*

```javascript
var @PostlightMandrillSdkPlayground = require('@postlight/mandrill_sdk_playground');
var mandrill_sdk_playground = require('@postlight/mandrill_sdk_playground');
var apiInstance = new @PostlightMandrillSdkPlayground.UsersApi();
var apiInstance = new mandrill_sdk_playground.UsersApi();
var key = new @PostlightMandrillSdkPlayground.ApiKey(); // ApiKey |
var key = new mandrill_sdk_playground.ApiKey(); // ApiKey |

@@ -68,7 +68,7 @@

```javascript
var @PostlightMandrillSdkPlayground = require('@postlight/mandrill_sdk_playground');
var mandrill_sdk_playground = require('@postlight/mandrill_sdk_playground');
var apiInstance = new @PostlightMandrillSdkPlayground.UsersApi();
var apiInstance = new mandrill_sdk_playground.UsersApi();
var key = new @PostlightMandrillSdkPlayground.ApiKey(); // ApiKey |
var key = new mandrill_sdk_playground.ApiKey(); // ApiKey |

@@ -75,0 +75,0 @@

{
"name": "@postlight/mandrill_sdk_playground",
"version": "0.0.1",
"version": "0.0.2",
"description": "Minimal_Mandrill_SDK",

@@ -5,0 +5,0 @@ "license": "Unlicense",

# @postlight/mandrill_sdk_playground
@PostlightMandrillSdkPlayground - JavaScript client for @postlight/mandrill_sdk_playground
mandrill_sdk_playground - JavaScript client for @postlight/mandrill_sdk_playground
Minimal Mandrill SDK
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
- API version: 0.0.1
- Package version: 0.0.1
- API version: 0.0.2
- Package version: 0.0.2
- Build package: io.swagger.codegen.languages.JavascriptClientCodegen

@@ -96,7 +96,7 @@

```javascript
var @PostlightMandrillSdkPlayground = require('@postlight/mandrill_sdk_playground');
var mandrill_sdk_playground = require('@postlight/mandrill_sdk_playground');
var api = new @PostlightMandrillSdkPlayground.UsersApi()
var api = new mandrill_sdk_playground.UsersApi()
var key = new @PostlightMandrillSdkPlayground.ApiKey(); // {ApiKey}
var key = new mandrill_sdk_playground.ApiKey(); // {ApiKey}

@@ -121,4 +121,4 @@

------------ | ------------- | ------------- | -------------
*@PostlightMandrillSdkPlayground.UsersApi* | [**getUserInfo**](docs/UsersApi.md#getUserInfo) | **POST** /users/info | /users/info
*@PostlightMandrillSdkPlayground.UsersApi* | [**ping**](docs/UsersApi.md#ping) | **POST** /users/ping | /users/ping
*mandrill_sdk_playground.UsersApi* | [**getUserInfo**](docs/UsersApi.md#getUserInfo) | **POST** /users/info | /users/info
*mandrill_sdk_playground.UsersApi* | [**ping**](docs/UsersApi.md#ping) | **POST** /users/ping | /users/ping

@@ -128,3 +128,3 @@

- [@PostlightMandrillSdkPlayground.ApiKey](docs/ApiKey.md)
- [mandrill_sdk_playground.ApiKey](docs/ApiKey.md)

@@ -131,0 +131,0 @@

@@ -5,3 +5,3 @@ /*

*
* OpenAPI spec version: 0.0.1
* OpenAPI spec version: 0.0.2
*

@@ -26,6 +26,6 @@ * NOTE: This class is auto generated by the swagger code generator program.

// Browser globals (root is window)
if (!root.@PostlightMandrillSdkPlayground) {
root.@PostlightMandrillSdkPlayground = {};
if (!root.mandrill_sdk_playground) {
root.mandrill_sdk_playground = {};
}
root.@PostlightMandrillSdkPlayground.UsersApi = factory(root.@PostlightMandrillSdkPlayground.ApiClient, root.@PostlightMandrillSdkPlayground.ApiKey);
root.mandrill_sdk_playground.UsersApi = factory(root.mandrill_sdk_playground.ApiClient, root.mandrill_sdk_playground.ApiKey);
}

@@ -38,3 +38,3 @@ }(this, function(ApiClient, ApiKey) {

* @module api/UsersApi
* @version 0.0.1
* @version 0.0.2
*/

@@ -41,0 +41,0 @@

@@ -5,3 +5,3 @@ /*

*
* OpenAPI spec version: 0.0.1
* OpenAPI spec version: 0.0.2
*

@@ -26,6 +26,6 @@ * NOTE: This class is auto generated by the swagger code generator program.

// Browser globals (root is window)
if (!root.@PostlightMandrillSdkPlayground) {
root.@PostlightMandrillSdkPlayground = {};
if (!root.mandrill_sdk_playground) {
root.mandrill_sdk_playground = {};
}
root.@PostlightMandrillSdkPlayground.ApiClient = factory(root.superagent, root.querystring);
root.mandrill_sdk_playground.ApiClient = factory(root.superagent, root.querystring);
}

@@ -37,3 +37,3 @@ }(this, function(superagent, querystring) {

* @module ApiClient
* @version 0.0.1
* @version 0.0.2
*/

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

@@ -5,3 +5,3 @@ /*

*
* OpenAPI spec version: 0.0.1
* OpenAPI spec version: 0.0.2
*

@@ -34,5 +34,5 @@ * NOTE: This class is auto generated by the swagger code generator program.

* <pre>
* var @PostlightMandrillSdkPlayground = require('index'); // See note below*.
* var xxxSvc = new @PostlightMandrillSdkPlayground.XxxApi(); // Allocate the API class we're going to use.
* var yyyModel = new @PostlightMandrillSdkPlayground.Yyy(); // Construct a model instance.
* var mandrill_sdk_playground = require('index'); // See note below*.
* var xxxSvc = new mandrill_sdk_playground.XxxApi(); // Allocate the API class we're going to use.
* var yyyModel = new mandrill_sdk_playground.Yyy(); // Construct a model instance.
* yyyModel.someProperty = 'someValue';

@@ -49,4 +49,4 @@ * ...

* <pre>
* var xxxSvc = new @PostlightMandrillSdkPlayground.XxxApi(); // Allocate the API class we're going to use.
* var yyy = new @PostlightMandrillSdkPlayground.Yyy(); // Construct a model instance.
* var xxxSvc = new mandrill_sdk_playground.XxxApi(); // Allocate the API class we're going to use.
* var yyy = new mandrill_sdk_playground.Yyy(); // Construct a model instance.
* yyyModel.someProperty = 'someValue';

@@ -59,3 +59,3 @@ * ...

* @module index
* @version 0.0.1
* @version 0.0.2
*/

@@ -62,0 +62,0 @@ var exports = {

@@ -5,3 +5,3 @@ /*

*
* OpenAPI spec version: 0.0.1
* OpenAPI spec version: 0.0.2
*

@@ -26,6 +26,6 @@ * NOTE: This class is auto generated by the swagger code generator program.

// Browser globals (root is window)
if (!root.@PostlightMandrillSdkPlayground) {
root.@PostlightMandrillSdkPlayground = {};
if (!root.mandrill_sdk_playground) {
root.mandrill_sdk_playground = {};
}
root.@PostlightMandrillSdkPlayground.ApiKey = factory(root.@PostlightMandrillSdkPlayground.ApiClient);
root.mandrill_sdk_playground.ApiKey = factory(root.mandrill_sdk_playground.ApiClient);
}

@@ -38,3 +38,3 @@ }(this, function(ApiClient) {

* @module model/ApiKey
* @version 0.0.1
* @version 0.0.2
*/

@@ -41,0 +41,0 @@

@@ -5,3 +5,3 @@ /*

*
* OpenAPI spec version: 0.0.1
* OpenAPI spec version: 0.0.2
*

@@ -26,5 +26,5 @@ * NOTE: This class is auto generated by the swagger code generator program.

// Browser globals (root is window)
factory(root.expect, root.@PostlightMandrillSdkPlayground);
factory(root.expect, root.mandrill_sdk_playground);
}
}(this, function(expect, @PostlightMandrillSdkPlayground) {
}(this, function(expect, mandrill_sdk_playground) {
'use strict';

@@ -35,3 +35,3 @@

beforeEach(function() {
instance = new @PostlightMandrillSdkPlayground.UsersApi();
instance = new mandrill_sdk_playground.UsersApi();
});

@@ -45,3 +45,3 @@

/*
var key = new @PostlightMandrillSdkPlayground.ApiKey();
var key = new mandrill_sdk_playground.ApiKey();
key.key = "";

@@ -66,3 +66,3 @@

/*
var key = new @PostlightMandrillSdkPlayground.ApiKey();
var key = new mandrill_sdk_playground.ApiKey();
key.key = "";

@@ -69,0 +69,0 @@

@@ -5,3 +5,3 @@ /*

*
* OpenAPI spec version: 0.0.1
* OpenAPI spec version: 0.0.2
*

@@ -26,5 +26,5 @@ * NOTE: This class is auto generated by the swagger code generator program.

// Browser globals (root is window)
factory(root.expect, root.@PostlightMandrillSdkPlayground);
factory(root.expect, root.mandrill_sdk_playground);
}
}(this, function(expect, @PostlightMandrillSdkPlayground) {
}(this, function(expect, mandrill_sdk_playground) {
'use strict';

@@ -37,3 +37,3 @@

beforeEach(function() {
instance = new @PostlightMandrillSdkPlayground.ApiKey();
instance = new mandrill_sdk_playground.ApiKey();
});

@@ -43,3 +43,3 @@

// TODO: update the code to test ApiKey
expect(instance).to.be.a(@PostlightMandrillSdkPlayground.ApiKey);
expect(instance).to.be.a(mandrill_sdk_playground.ApiKey);
});

@@ -46,0 +46,0 @@

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