1.0.12 • Published 2 years ago

@gridironsolutions/jsonapi-client v1.0.12

Weekly downloads
280
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.12

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

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

0.3.9

2 years ago

0.3.10

2 years ago

0.3.8

3 years ago

0.3.6

3 years ago

0.3.7

3 years ago

0.3.5

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.0

3 years ago

0.3.1

3 years ago

0.2.15

3 years ago

0.2.14

3 years ago

0.2.13

3 years ago

0.2.12

3 years ago

0.2.29

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.1

3 years ago

0.2.2

3 years ago

0.2.0

3 years ago

0.1.32

3 years ago

0.1.33

3 years ago

0.1.34

3 years ago

0.1.30

3 years ago

0.1.31

3 years ago

0.1.29

3 years ago

0.1.28

3 years ago

0.1.27

3 years ago

0.1.25

3 years ago

0.1.26

3 years ago

0.1.24

3 years ago

0.1.23

3 years ago

0.1.22

3 years ago

0.1.20

3 years ago

0.1.21

3 years ago

0.1.17

3 years ago

0.1.18

3 years ago

0.1.19

3 years ago

0.1.10

3 years ago

0.1.11

3 years ago

0.1.12

3 years ago

0.1.13

3 years ago

0.1.14

3 years ago

0.1.15

3 years ago

0.1.2

3 years ago

0.1.16

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago