Skip to content

Commit

Permalink
Add file info service to README.md (jfrog#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino authored Mar 14, 2024
1 parent 393125c commit b652b7d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
- [Deleting a Group](#deleting-a-group)
- [Generating Full System Export](#generating-full-system-export)
- [Getting Info of a Folder in Artifactory](#getting-info-of-a-folder-in-artifactory)
- [Getting Info of a File in Artifactory](#getting-info-of-a-file-in-artifactory)
- [Getting a listing of files and folders within a folder in Artifactory](#getting-a-listing-of-files-and-folders-within-a-folder-in-artifactory)
- [Getting Storage Summary Info of Artifactory](#getting-storage-summary-info-of-artifactory)
- [Triggering Storage Info Recalculation in Artifactory](#triggering-storage-info-recalculation-in-artifactory)
Expand Down Expand Up @@ -1353,6 +1354,12 @@ err := serviceManager.Export(params)
serviceManager.FolderInfo("repo/path/")
```

#### Getting Info of a File in Artifactory

```go
serviceManager.FileInfo("repo/path/file")
```

#### Getting a listing of files and folders within a folder in Artifactory

```go
Expand Down

0 comments on commit b652b7d

Please sign in to comment.