sticapi_client 3.2.4 → 3.2.5
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 +4 -4
- data/lib/sticapi_client/pje.rb +8 -0
- data/lib/sticapi_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 880e4c56c113832d963bfc1822463707516ba059d5a3accc2aebdb84dc0ef16e
|
4
|
+
data.tar.gz: 6a4ad7111426e232e28aa196bd48bee21d8d5280da9af6cded5a9befb8dc4c15
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2394ce609fe001b8229f0a30f83d43265e8b1785145e8e7b544340345df81fac12a824b0551a822ac4ee46b4a3930ee638795df21a1ff62570e3d0e6ac361339
|
7
|
+
data.tar.gz: f9b24ef6952f3bf203f445ee49df2d9b431653af1dc6e7531ef4cf00b669e1acac4d68d6bdbf155495c798e1a8af7e127c097411683257be987f55257f440874
|
data/lib/sticapi_client/pje.rb
CHANGED
@@ -7,6 +7,14 @@ module SticapiClient
|
|
7
7
|
Sticapi::SticapiClient.instance.sticapi_request("/pje/processo_partes", options)
|
8
8
|
end
|
9
9
|
|
10
|
+
# Retorna os dados de um processo no PJe
|
11
|
+
# Parâmetro numero_unico [String] Número Único do processo
|
12
|
+
# Parâmetro sistema_id [Integer] id do sistema
|
13
|
+
# Retorno [JSON] Dados do processo
|
14
|
+
def self.processo_dados(options = {})
|
15
|
+
Sticapi::SticapiClient.instance.sticapi_request("/pje/processo_dados", options)
|
16
|
+
end
|
17
|
+
|
10
18
|
# Retorna os processos pertencentes a uma parte pelo id e sistema_id
|
11
19
|
# Parâmetro id [Integer] id da parte
|
12
20
|
# Parâmetro sistema_id [Integer] id do sistema
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sticapi_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ricardo Viana
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-06-
|
11
|
+
date: 2023-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|