Skip to content

Commit 8f78875

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 1a3cc3f + cfc6990 commit 8f78875

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ To use the project, follow these steps:
2828
- Load data into a CSV file. Ensure that the CSV file follows the expected format for input data. Only one column with the CNJ numbers.
2929
- Set the API endpoint, authentication header, and other configuration constants in the main.go file as needed. The API KEY is public and can be found [here](https://datajud-wiki.cnj.jus.br/api-publica/acesso)
3030
- Run the project using go run main.go. The program will read the input data from the CSV file, make asynchronous API requests, and save the API responses in CSV files.
31+
- You can modify ```IS_LAWSUIT``` constant to ```true``` or ```false``` to use the lawsuit endpoint of the API or the CNJ code search
3132

3233
## Getting Started
3334
To get started with this project, you'll need to have Go installed on your system. You can download and install Go from the [official website](https://golang.org/dl/)

0 commit comments

Comments
 (0)