loopback-component-jsonapi icon indicating copy to clipboard operation
loopback-component-jsonapi copied to clipboard

JSONAPI support for loopback.

Results 58 loopback-component-jsonapi issues
Sort by recently updated
recently updated
newest added

_Note: The below understanding is just a conjecture of how the storage module works._ Because the `loopback-component-storage` module [creates API endpoints](https://github.com/strongloop/loopback-component-storage/blob/master/lib/storage-service.js#L273-L356) that do not align with [those laid out by...

Creating a resource relationship questions - How should the data look like for the relationship. Just a regular POJO or a full JSON API spec set i.e. with { id:...

I have the following models: ``` javascript // model/rule.json { "name": "Rule", ... "postgresql": { "schema": "public", "table": "rule" }, "include": ["Action"], "properties": { ... }, "relations": { ... "actions":...

To reproduce : export LC_ALL="fr_FR.UTF-8" npm run tester I tried to set and export before scripts in package.json without succeed. Its related to : https://github.com/strongloop/strong-globalize https://github.com/sindresorhus/os-locale/ Which use the default...

I'm using EmberJS/Ember Data 2.8.0 to talk to a loopback 2.22.0 server using loopback-component-jsonapi 1.1.0 backed by a MariaDB database. When I send the GET request `http://localhost:3000/api/shipments?sort=-timestamp` the results should...

I have 3 models configured using the attributes option in the config to whitelist several fields. It seems to work fine for one of the models, but the other 2...

Now that the project is using `semantic-release` it's important that contributors supply correct and meaningful commit messages. https://github.com/semantic-release/semantic-release https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit

## Description Loopback provides the necessary syntax for filtering results. JSON API is agnostic about how filtering is implemented and only specifies that the `filter` key is used. In some...

enhancement
question

- Creating Multiple Resources - Updating Multiple Resources - Deleting Multiple Resources See spec - http://jsonapi.org/extensions/bulk

help wanted

I've run into an issue when running the component behind boot2docker on mac. I think whats happening is that the port is not being added to generated links so as...

bug