Josh Schwartzman

Results 4 comments of Josh Schwartzman

I have a similar issue that I'm a bit confused with - you can define an API endpoint namespace in your resource (`self.endpoint_namespace = '/api/v2'`), but then when generating controllers...

Yes, this issue still exists -- even after https://github.com/quilljs/quill/commit/f79705ca2dac6ed27015a00d8594ef11986bb0a7 was applied.

@aflansburg `adaptive/src/index.ts` exports the `fsAdaptive` constant, which is defined as: `fsAdaptive = { picture }` So you can import the picture function this way: ``` import { fsAdaptive } from...

@nataliepatton13 I set `jsonapiType` to what comes from the server, which is in snake_case. Then you can use camelCase relationship names everywhere, such as `appointmentRequests`.