Skip to content

Commit

Permalink
refactor: remove unused endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
altaywtf committed Apr 24, 2024
1 parent 1302f29 commit 0919342
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/resources/Files/File.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,6 @@ export default class File {
})
}

public CreatePublicLink(fileId: string) {
return this.client.post(`/files/${fileId}/share_public`)
}

public RevokePublicLink(id: number) {
return this.client.delete(`/files/public/list/${id}`)
}

public FindNextFile(fileId: number, fileType: string) {
return this.client.get(`/files/${fileId}/next-file`, {
params: { file_type: fileType },
Expand Down

0 comments on commit 0919342

Please sign in to comment.