SudokuFX
Loading...
Searching...
No Matches
Package fr.softsf.sudokufx.dto.github

Functions

record CommitDto (String sha, String url)
 Data Transfer Object representing a commit in GitHub.
 
record TagDto (String name, String zipball_url, String tarball_url, CommitDto commit, String node_id)
 Data Transfer Object representing a GitHub tag (release).
 

Function Documentation

◆ CommitDto()

record fr.softsf.sudokufx.dto.github.CommitDto ( String sha,
String url )

Data Transfer Object representing a commit in GitHub.

Parameters
shathe SHA hash of the commit
urlthe API URL to access the commit details

◆ TagDto()

record fr.softsf.sudokufx.dto.github.TagDto ( String name,
String zipball_url,
String tarball_url,
CommitDto commit,
String node_id )

Data Transfer Object representing a GitHub tag (release).

Parameters
namethe name of the tag (e.g., "v1.0.0")
zipball_urlthe URL to download the source as a zip archive
tarball_urlthe URL to download the source as a tarball archive
committhe commit associated with this tag
node_idthe GitHub internal node ID for this tag
+ Here is the call graph for this function: