TrelloDotNet
TrelloDotNet copied to clipboard
Ideas for 2.0
Rough ideas so far for 2.0
- Should we move to .NET 8?
- Should there be a collection of simpler methods that do not mimic the Rest API methods where input instead is parameters (Example: GetCards(RequestParams) that if a cardId is specified get a card, but if a boardid is specified get a collection of cards from that board)
- A kind of SearchForCard feature (not based on search endpoint, but will instead filter in memory on the search terms and filters)
- Should anything be deprecated?
- Delayed instantiation of TrelloClient in Automation Engine via eventing?
NB: in v1.11.1 the first methods and Properties will be deprecated in order for the upcoming v2.0 release
NB: v1.11.9 is the last planned 1.x release with new features. The main branch is now working toward 2.x