SaulMoro / ngrx-rtk-query

Make RTK Query with Hooks works in Angular Applications

Home Page:https://SaulMoro.github.io/ngrx-rtk-query/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenAPI generation

faragos opened this issue · comments

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Performance issue
[X] Feature request
[ ] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:

Hey nice library ☺️
Is there a way to use the OpenAPI generation?🤔

Greetings
Marco

I have no experience using it, but I'd say you can follow its official guide using our createApi:
import { createApi } from 'ngrx-rtk-query';

Works thank you 👍