acacode / acacode/swagger-typescript-api
Can I change client url?
Open
- Dominant language
- TypeScript
- Stars
- 4.1k
- Forks
- 436
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I'm using `swagger-typescript-api` with my React app.
When it generates the classes for each endpoint, it sets this path:

### Question:
**Is there any way to add a prefix to that endpoint?** So it didn't fetch localhost, but a specific url.
```ts
{
path: `${myUrl}/playlist`
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.