3.6.5 • Published 5 years ago

@industrialists/app-core v3.6.5

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
5 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

5 years ago

3.6.4

5 years ago

3.6.3

5 years ago

3.6.2

5 years ago

3.6.1

5 years ago

3.6.0

5 years ago

3.5.4

5 years ago

3.5.3

5 years ago

3.5.2

5 years ago

3.5.1

5 years ago

3.5.0

5 years ago

3.4.13

5 years ago

3.4.12

5 years ago

3.4.11

5 years ago

3.4.4

5 years ago

3.4.10

5 years ago

3.4.8

5 years ago

3.4.7

5 years ago

3.4.6

5 years ago

3.4.5

5 years ago

3.4.9

5 years ago

3.4.3

5 years ago

3.4.2

5 years ago

3.4.1

5 years ago

3.4.0

5 years ago

3.3.1

5 years ago

3.3.0

5 years ago

3.2.3

5 years ago

3.2.2

5 years ago

3.2.1

5 years ago

3.2.0

5 years ago