Separate spec parsing from URL parsing #186
Labels
breaking change
Introduction of an incompatible API change
under consideration
Dev has not yet decided whether or how to implement
GHRepo::from_str
andimpl serde::Deserialize for GHRepo
only accept strings of the form{owner}/{name}
GHRepo
a dedicated method for parsing from a GitHub repository URLGHRepo
a dedicated method for parsing from either a URL or a repository spec#[serde(deserialize_with)]
that deserializesGHRepo
values only from GitHub repository URLs#[serde(deserialize_with)]
that deserializesGHRepo
values from either URLs or repository specsThe text was updated successfully, but these errors were encountered: