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 +4 -4
- data/gen/Securities_pb.rb +28 -0
- data/gen/Securities_services_pb.rb +22 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e8b9daa4afa43da9de3eca8c920a069ba2fee2f72e9f94005b2b89a8bd027d9c
|
4
|
+
data.tar.gz: 9b1d452a5e26bb54e3c828f028cfd9955606542ae768eb1cf3121a49b12945a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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-
|
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:
|