lambda-api
lambda-api copied to clipboard
Is it possible to disable versioning?
I have defined this path /:v/schema.json
But on /v1/schema.json i get
{"error":"No such file"}
I think is because the automatic handling of versions. Ideas?
Hey @edobrb, sorry for the huge delay.
I think you're right,
have you tried invoking GET /v1/something/schema.json?
I'm currently using something/v1/schema.json in order to workaround this.
It would be nice an option for disable this behaviour. Let me know if I could help somehow.
I'm currently using
something/v1/schema.jsonin order to workaround this.It would be nice an option for disable this behaviour. Let me know if I could help somehow.
I'll discuss this with @jeremydaly and let you know
Hey @edobrb, still waiting for response btw, didn't forget about this 🙏