glacasa / Mastonet

C# Library for Mastodon
MIT License
225 stars 36 forks source link

Upgrade MastodonList class? #94

Closed michelc closed 1 year ago

michelc commented 1 year ago

Now that the properties of the ArrayOptions class have been transformed from long to string, shouldn't the NextPageMaxId, PreviousPageSinceId and PreviousPageMinId properties of the MastodonList class also be changed?

I can try to code it if you think it should be done.

glacasa commented 1 year ago

Exactly, it should be updated. I already have the project open, I'm on it ! Thanks

I also want to add methods (either on the MastodonList or on the client with the MastodonList as parameter) to get the next/prev page, instead of using the ArrayOptions - it's something I have thought about for some time…

glacasa commented 1 year ago

I usually post a message when the fix is on nuget, but you can close it if you want ;)