1.0.7 • Published 3 years ago

ciobanudann-lotr-sdk v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Modules

Usage

const http = useHttp();

http.[moduleName].[moduleMethod](params)

Types

Filter = {
  field: string;
  value: string | string[];
};

FiltersWithPagination: {
  match: Filter,
  notMatch: Filter,
  include: Filter,
  exclude: Filter,
  exists: Filter,
  notExists: Filter,
  less: Filter,
  lessOrEqual: Filter,
  greater: Filter,
  greaterOrEqual: Filter,
  equal: Filter,
  regex: Filter,
  page: number;
  offset: number;
  limit: number;
}

#Methods

  • Common

getAll(filters?: FiltersWithPagination)
getById(id: string)
  • Book

getChapterById(id: string)
  • Character

getQuotesByCharacterId(id: string)
  • Movie

getQuotesFrom(id: string)
  • Chapter

  • Quote

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago