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
The ListImport system will form the basis of the MAL and Hummingbird importers in V3. The goal is to make the addition of other site imports relatively simple by abstracting the details away.
An early version of ListImport was set up in V2 as a duck-typed enumerable, but in V3 I'll actually build a base class to provide a number of helpful abstractions.
The goal is to make it this easy to run an import:
The ListImport system will form the basis of the MAL and Hummingbird importers in V3. The goal is to make the addition of other site imports relatively simple by abstracting the details away.
An early version of ListImport was set up in V2 as a duck-typed enumerable, but in V3 I'll actually build a base class to provide a number of helpful abstractions.
The goal is to make it this easy to run an import:
All while making it extremely easy to build new ones.
Todo
LibraryEntry.import
The text was updated successfully, but these errors were encountered: