toggle menu
gitlab
jvm
switch theme
search in API
gitlab
/
com.mato.gitlab.api
/
RepositoryFilesApi
/
getRawFile
get
Raw
File
@
GET
(
value
=
"projects/{id}/repository/files/{file_path}/raw"
)
abstract
suspend
fun
getRawFile
(
@
Path
(
value
=
"id"
)
id
:
String
,
@
Path
(
value
=
"file_path"
)
filePath
:
String
,
@
Query
(
value
=
"ref"
)
ref
:
String
?
=
null
,
@
Query
(
value
=
"lfs"
)
lfs
:
Boolean
?
=
null
)
:
Result
<
RepositoryFile
>