3.6.5 • Published 3 years ago

@industrialists/app-core v3.6.5

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
3 years ago

app core

Basic api module which contains main structure about

  • models
  • collections
  • api responses
  • api request
  • webtoken

Models

In order to create a model we need to extend and implement the AbstractModel.

Predefined Models
  • ErrorModel

Factory

In order to create a factory we need to extend and implement the ModelFactoryAbstract.

Predefined Factories
  • ErrorFactory

Collection

We can create collections using the ModelFactoryCollection.create<T>(data,factory) static method

Api responses

In oder to handle the response we need to use the api/Response class. On class creation we need to decleare the adapter and the webtoken class which we want to use.

Webtoken

Use WebTokenAbstract

3.6.5

3 years ago

3.6.4

3 years ago

3.6.3

3 years ago

3.6.2

3 years ago

3.6.1

3 years ago

3.6.0

3 years ago

3.5.4

3 years ago

3.5.3

3 years ago

3.5.2

3 years ago

3.5.1

3 years ago

3.5.0

4 years ago

3.4.13

4 years ago

3.4.12

4 years ago

3.4.11

4 years ago

3.4.4

4 years ago

3.4.10

4 years ago

3.4.8

4 years ago

3.4.7

4 years ago

3.4.6

4 years ago

3.4.5

4 years ago

3.4.9

4 years ago

3.4.3

4 years ago

3.4.2

4 years ago

3.4.1

4 years ago

3.4.0

4 years ago

3.3.1

4 years ago

3.3.0

4 years ago

3.2.3

4 years ago

3.2.2

4 years ago

3.2.1

4 years ago

3.2.0

4 years ago