1.0.12 • Published 3 years ago

@gridironsolutions/jsonapi-client v1.0.12

Weekly downloads
280
License
MIT
Repository
github
Last release
3 years ago

Table of Contents

JsonApiClient

JSON:API Client

Parameters

  • options Object Configuration options
    • options.host string Remote API host
    • options.https string Is protocol HTTPS or HTTP? (optional, default true)
    • options.port number Remote API port (optional, default 443)
    • options.basepath string? The root path of the API
    • options.debug boolean Enable debugging (optional, default false)

getOptions

Get client options

Returns Object

get

Fetch remote object and return it as a JsonApiDocument

Parameters

  • path string
  • model Object (optional, default UntypedResource)

Returns Promise<JsonApiDocument>

patch

Update remote object

Parameters

patchMultiple

Update remote objects

Parameters

JsonApiDocument

Extends JsonApiModel

A JSON:API-compliant document object

Parameters

JsonApiError

Extends JsonApiModel

A JSON:API-compliant JSON:API object

Parameters

JsonApiMeta

Extends JsonApiModel

A JSON:API-compliant meta object

JsonApiModel

Base Model for JSON:API classes

JsonApiObject

Extends JsonApiModel

A JSON:API-compliant JSON:API object

Parameters

  • version string (optional, default JsonApiObject.#CURRENT_VERSION)
  • meta Object?

JsonApiResource

Extends JsonApiModel

A JSON:API-compliant resource object

Parameters

toJsonApiDocument

Wrap this resource in a JsonApiDocument

Returns JsonApiDocument

from

Build a new JsonApiResource from id, attributes, and included

Parameters

Returns JsonApiResource

fromMultiple

Build a new JsonApiResource from an array of objects with id, attributes, and included properties

Parameters

Returns JsonApiResource

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.12

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

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

0.3.9

3 years ago

0.3.10

3 years ago

0.3.8

4 years ago

0.3.6

4 years ago

0.3.7

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.0

4 years ago

0.3.1

4 years ago

0.2.15

4 years ago

0.2.14

4 years ago

0.2.13

4 years ago

0.2.12

4 years ago

0.2.29

4 years ago

0.2.11

4 years ago

0.2.10

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.1

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.32

4 years ago

0.1.33

4 years ago

0.1.34

4 years ago

0.1.30

4 years ago

0.1.31

4 years ago

0.1.29

4 years ago

0.1.28

4 years ago

0.1.27

4 years ago

0.1.25

4 years ago

0.1.26

4 years ago

0.1.24

4 years ago

0.1.23

4 years ago

0.1.22

4 years ago

0.1.20

4 years ago

0.1.21

4 years ago

0.1.17

4 years ago

0.1.18

4 years ago

0.1.19

4 years ago

0.1.10

4 years ago

0.1.11

4 years ago

0.1.12

4 years ago

0.1.13

4 years ago

0.1.14

4 years ago

0.1.15

4 years ago

0.1.2

4 years ago

0.1.16

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.9

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago