Swiftpack.co - cweinberger/paginator-elasticsearch as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by cweinberger.
cweinberger/paginator-elasticsearch 0.1.0
Paginator for VaporElasticsearch
⭐️ 0
🕓 3 years ago
.package(url: "https://github.com/cweinberger/paginator-elasticsearch.git", from: "0.1.0")

PaginatorElasticsearch 📄🔎

Swift Version Vapor Version Readme Score GitHub license

Paginator for VaporElasticsearch

📦 Installation

Package.swift

Add PaginatorElasticsearch to the Package dependencies:

dependencies: [
    ...,
    .package(url: "https://github.com/cweinberger/paginator-elasticsearch", .upToNextMinor(from: "0.1.0"))
]

as well as to your target (e.g. "App"):

targets: [
    ...
    .target(
        name: "App",
        dependencies: [
        ...
        "PaginatorElasticsearch",
        ...
        ]
    ),
    ...
]

Getting started 🚀

Make sure that you've imported PaginatorElasticsearch everywhere needed:

import PaginatorElasticsearch

Usage

TBD

GitHub

link
Stars: 0
Last commit: 3 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

Version 0.1.0
5 years ago

New

  • Initial version 🎉

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics