algoliasearch-client-scala
algoliasearch-client-scala copied to clipboard
Move `IndexingDsl` from `definitions` to `dsl` package
Quick refactoring: the IndexingDsl
trait is currently written within the IndexingDefinition.scala
file of the definitions
package but it should be migrated to the dsl
package, like all other *Dsl
traits.