1.2.3 • Published 2 years ago

@eagleuse/plugin-api v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@eagleuse/plugin-api

Useage

import PLUGIN_API from "@eagleuse/plugin-api";

PLUGIN_API({
  library: "/Users/qymeet/Pictures/rao.library",
});

Args

interface Args {
  library: string;
  port?: number;
  registerCallback?: (fastify: FastifyInstance) => void;
}

Random

Get a random image.

  • /api/r GET
  • /api/random GET
  • /random GET
  • /r GET

Image

  • /image POST
  • /image/:id GET

Folder

  • /folder POST

Tag

  • /tag POST

TagsGroups

  • /tags-groups POST
1.2.3

2 years ago

1.2.3-alpha.11

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago