vauchar_api 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff9b374400ee2b68340d0752bec1453b18993e777c5784e7e00f542c62dcc511
|
4
|
+
data.tar.gz: 52f1621831f3411bd2a996ef581a6f122da41b95b9287c209f1261ffdd957fd4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de56769e203356c466a9391b34d8c25e4fb2a71d2e0618cd5761d2653ce039c0cb49d62ae055ba653b69afec671e05fe123e4089f94d2c77dd3b139dff5ecdb6
|
7
|
+
data.tar.gz: 13fefb24b9db65e16b765226f962e951043ffe9fa43479c0b06290a5b759e356dc38d83537c9a2f40b208a11855ccbde48903b6ec1d6068739f9fe3c22589116
|
@@ -6,11 +6,11 @@ module VaucharAPI
|
|
6
6
|
# new_list.save
|
7
7
|
#
|
8
8
|
# Read
|
9
|
-
# list = VaucharAPI::List.find("list-
|
9
|
+
# list = VaucharAPI::List.find("list-15536636555c9b06a77c306")
|
10
10
|
# lists = VaucharAPI::List.all
|
11
11
|
#
|
12
12
|
# Update
|
13
|
-
# list = VaucharAPI::List.find("list-
|
13
|
+
# list = VaucharAPI::List.find("list-15536763035c9b380f9b7cb")
|
14
14
|
# list.name = "Max update"
|
15
15
|
# list.save
|
16
16
|
#
|
@@ -20,7 +20,7 @@ module VaucharAPI
|
|
20
20
|
#
|
21
21
|
# Customers
|
22
22
|
# list = VaucharAPI::List.find("list-15502036875c663b27600fe")
|
23
|
-
# list.get(:customers)
|
23
|
+
# list.get(:customers)
|
24
24
|
#
|
25
25
|
# Add Customers
|
26
26
|
# list = VaucharAPI::List.find("list-15502036875c663b27600fe")
|
@@ -28,7 +28,7 @@ module VaucharAPI
|
|
28
28
|
#
|
29
29
|
# Delete Customers
|
30
30
|
# list = VaucharAPI::List.find("list-15502036875c663b27600fe")
|
31
|
-
# list.delete(:customers, {}, {customers: ["cust-
|
31
|
+
# list.delete(:customers, {}, {customers: ["cust-15536636405c9b0698e24a5"]})
|
32
32
|
#
|
33
33
|
# Find By Brand
|
34
34
|
# lists = VaucharAPI::List.find(:all, params: {brand_id: "brn-15507182295c6e1515a956a"})
|
data/lib/vauchar_api/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vauchar_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Max
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-03-
|
11
|
+
date: 2019-03-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|