create-client icon indicating copy to clipboard operation
create-client copied to clipboard

Generate React or Vue.js-based Progressive Web Apps from an Hydra-enabled API. Also support React Native.

Results 96 create-client issues
Sort by recently updated
recently updated
newest added

| Q | A | ------------- | --- | Branch? | main | Tickets | #100 | License | MIT | Doc PR | api-platform/docs#... Adds mercure realtime updates to...

**API Platform version(s) affected**: 2.6.6 **Description** the next and nuxt generators return an error if routePrefix is set **How to reproduce** Add the routePrefix parameter to the apiResource attribute of...

The NPM package name should start with `create-` to be usable with `yarn create`. I suggest to rename it `create-api-platform-client`.

enhancement

**API Platform version(s) affected**: 2.6.6 **Description** A GET collection operation (not item operation as specified in error) is required to generate Typescript interfaces. If it's missing, this error occurs: `Error:...

See https://github.com/tj/commander.js/blob/master/CHANGELOG.md#migration-tips.

Hacktoberfest

Hi We want to generate TS interfaces from swagger. 15% of our API is made up of custom API endpoints who represent other ressources this isen't no related to entities....

**API Platform version(s) affected**: 0.5.1 **Description** ```javascript vue.runtime.esm.js?2b0e:619 [Vue warn]: Error in getter for watcher "filteredItems": "TypeError: Cannot read property 'header' of null" found in ---> at src/components/book/Form.vue at src/views/book/Update.vue...

**API Platform version(s) affected**: 0.7.0 **Description** Unable to generate code using Next.js generator. **How to reproduce** Notification.yaml for API platform: ``` App\Entity\Notification: collectionOperations: get: method: 'GET' path: '/auth/v1/notifications' normalization_context: groups:...

Today I've tried the client generator for vue: `generate-api-platform-client --generator vue http://domain.tld/api src/` But I've always got the error Unable to find the URL for "http://domain.tld/api/docs.jsonld#Entrypoint/MyEntity" The entity definition is...

enhancement

**API Platform version(s) affected**: 0.5.1 **Command** ```bash npx @api-platform/client-generator "https://demo.api-platform.com/docs.json?spec_version=3" output/ --format openapi3 ``` **Error** ``` TypeError: Cannot convert undefined or null to object at Function.keys () at /Users/blaa/.npm/_npx/67469/lib/node_modules/@api-platform/client-generator/node_modules/@api-platform/api-doc-parser/lib/openapi3/handleJson.js:19:34 at...