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
a8ad6ca9ff
piwigodotnet
/
PiwigoDotnet
/
Piwigo.Client
/
Contract
/
AlbumPosition.cs
7 lines
92 B
C#
Raw
Normal View
History
Unescape
Escape
moves enums to contract namespace
2022-10-22 20:24:57 +02:00
namespace
Piwigo.Client.Contract
;
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
renames category enums to album enums and adds setInfo to albumapi
2022-10-21 21:29:08 +02:00
public
enum
AlbumPosition
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
{
First
=
0
,
Last
=
1
}
Reference in New Issue
Copy Permalink