Skip to content

tylzars/oyez-api-wrapper-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oyez-api-wrapper-rust

Rust CLI program for utilizing the Oyez API.

This can be run by importing case.rs by using mod case;.

Initialize a case with:

let local_case = case::CourtCase {
    docket_num,
    year,
    json: proper_json.clone(),
};

From here, you can get various data back from the case object by calling the functions that exist.


The owner of this repo has no relation with oyez.org!

About

Learning Rust to Make My Python API Wrapper Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages