This website requires JavaScript.
Explore
Help
Sign In
piwigo
/
piwigodotnet
Watch
2
Star
0
Fork
0
You've already forked piwigodotnet
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
007d1caacf
piwigodotnet
/
PiwigoDotnet
/
Piwigo.Client
/
AlbumStatus.cs
7 lines
85 B
C#
Raw
Normal View
History
Unescape
Escape
moves login and logout to context and adds abstracted generic post method to hide flurl from api implementations
2022-10-16 22:58:38 +02:00
namespace
Piwigo.Client
;
renames category enums to album enums and adds setInfo to albumapi
2022-10-21 21:29:08 +02:00
public
enum
AlbumStatus
moves login and logout to context and adds abstracted generic post method to hide flurl from api implementations
2022-10-16 22:58:38 +02:00
{
Public
=
0
,
Private
=
1
}
Reference in New Issue
Copy Permalink