Snippet
object Snippet
class Object
trait Matchable
class Any
Value members
Concrete methods
def blobs[A](paths: Option[List[String]], after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[SnippetBlobConnection, A]): SelectionBuilder[Snippet, Option[A]]
Snippet blobs.
Snippet blobs.
The GitLab Flavored Markdown rendering of description
The GitLab Flavored Markdown rendering of description
def discussions[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[DiscussionConnection, A]): SelectionBuilder[Snippet, A]
All discussions on this noteable.
All discussions on this noteable.
def notes[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[NoteConnection, A]): SelectionBuilder[Snippet, A]
All notes on this noteable.
All notes on this noteable.
def userPermissions[A](innerSelection: SelectionBuilder[SnippetPermissions, A]): SelectionBuilder[Snippet, A]
Permissions for the current user on the resource
Permissions for the current user on the resource