informativos-api 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e5d193ce6018d02b95a0629e1eb85c029b9f3c101657b1fc44b1ee3793105464
4
- data.tar.gz: 6d066e9d51f01e720e89d92975be9deeae90528e6af91539538ce50479249201
3
+ metadata.gz: e8b9daa4afa43da9de3eca8c920a069ba2fee2f72e9f94005b2b89a8bd027d9c
4
+ data.tar.gz: 9b1d452a5e26bb54e3c828f028cfd9955606542ae768eb1cf3121a49b12945a6
5
5
  SHA512:
6
- metadata.gz: 28c0cc88aedbf9ef8021c1a4d0290ba8f1736f86b253b32b57b0b027762e7c6d4c53eeb65ee9c79de73234c49024ecbcf7598e4c5960a72e93e9cfe602df2531
7
- data.tar.gz: 71ce9dc59b3a35a15a338b36b30aae962b0059d488c2ddc00afe116fe7e6b5572ae3da0f1cf5a243cc8981c8aed532e280096366b1fae931a52182337b8901bb
6
+ metadata.gz: b3cd2c34a471c8987cc86f149f87fdcf0ed64e8303143cdd14404957b86ed71a43bb627e46a038aef5be0a6a2146ab2d708df8bc29894c54d4fc96ff7a05b0a8
7
+ data.tar.gz: 5acea99c9699019f7a3e645e6bdb6f8d5a123c76f42562c49daa36d81c0f5f1713694cebb889da27d15dca6c3ffaa07348f544bf2ed8a1467205127eacac5815
@@ -0,0 +1,28 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: Securities.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ Google::Protobuf::DescriptorPool.generated_pool.build do
7
+ add_file("Securities.proto", :syntax => :proto3) do
8
+ add_message "informativos.GetSecuritiesReq" do
9
+ optional :updated_since, :uint64, 1
10
+ end
11
+ add_message "informativos.Security" do
12
+ optional :id, :string, 1
13
+ optional :name, :string, 2
14
+ optional :isin, :string, 3
15
+ optional :symbol, :string, 4
16
+ optional :is_ibov, :bool, 5
17
+ optional :security_type, :string, 6
18
+ optional :spec, :string, 7
19
+ optional :settlement_date, :uint64, 8
20
+ optional :updated_at, :uint64, 9
21
+ end
22
+ end
23
+ end
24
+
25
+ module Informativos
26
+ GetSecuritiesReq = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.GetSecuritiesReq").msgclass
27
+ Security = Google::Protobuf::DescriptorPool.generated_pool.lookup("informativos.Security").msgclass
28
+ end
@@ -0,0 +1,22 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # Source: Securities.proto for package 'informativos'
3
+
4
+ require 'grpc'
5
+ require 'Securities_pb'
6
+
7
+ module Informativos
8
+ module Securities
9
+ class Service
10
+
11
+ include GRPC::GenericService
12
+
13
+ self.marshal_class_method = :encode
14
+ self.unmarshal_class_method = :decode
15
+ self.service_name = 'informativos.Securities'
16
+
17
+ rpc :GetSecurities, GetSecuritiesReq, stream(Security)
18
+ end
19
+
20
+ Stub = Service.rpc_stub_class
21
+ end
22
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: informativos-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Breno Perricone Fischer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-09 00:00:00.000000000 Z
11
+ date: 2020-01-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Informativos API
14
14
  email:
@@ -23,6 +23,8 @@ files:
23
23
  - Rakefile
24
24
  - gen/Prices_pb.rb
25
25
  - gen/Prices_services_pb.rb
26
+ - gen/Securities_pb.rb
27
+ - gen/Securities_services_pb.rb
26
28
  - informativos-api.gemspec
27
29
  homepage: https://api.informtivos.io/
28
30
  licenses: