Skip to content

Commit

Permalink
chore: Rename project.rb to workspace.rb and add backups method
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Jun 28, 2024
1 parent e2fcd7b commit 09e8e44
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lib/caido/helpers/project.rb → lib/caido/helpers/workspace.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,20 @@ def projects
}
}')['projects']
end

def backups
query('query{
backups{
id
name
status
updatedAt
createdAt
path
size
downloadUri
}
}')['backups']
end
end
end

0 comments on commit 09e8e44

Please sign in to comment.