You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I look in the code I post here the function to add in class C14(object),
defget_archives(self):
"""Get a list of user's archives"""try:
res=self.api.storage.c14.archive.get()
exceptslumber.exceptions.HttpClientErrorase:
res=self.handle_error(e)
exceptslumber.exceptions.HttpServerErrorase:
res=self.handle_error(e)
returnres
The API of C14 has an endpoint,GET
/storage/c14/archive
that returns a list of user's archives, that is not present on this wrapper.The text was updated successfully, but these errors were encountered: