get_publication

Function get_publication 

Source
pub fn get_publication(id: i32) -> Result<Publication>
Expand description

Executes a GET request to the /Publications/{id} endpoint to retrieve a specific publication.

ยงErrors

If any request error occurs, or if no publication with this id is found (resulting in a parsing error), the error will be returned.