1.0.7 • Published 2 years ago

ciobanudann-lotr-sdk v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago