lambda-api icon indicating copy to clipboard operation
lambda-api copied to clipboard

Is it possible to disable versioning?

Open edobrb opened this issue 1 year ago • 4 comments

I have defined this path /:v/schema.json image

But on /v1/schema.json i get

{"error":"No such file"}

I think is because the automatic handling of versions. Ideas?

edobrb avatar Jan 03 '24 14:01 edobrb

Hey @edobrb, sorry for the huge delay.

I think you're right, have you tried invoking GET /v1/something/schema.json?

naorpeled avatar May 04 '24 20:05 naorpeled

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.

edobrb avatar May 05 '24 07:05 edobrb

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'll discuss this with @jeremydaly and let you know

naorpeled avatar May 05 '24 07:05 naorpeled

Hey @edobrb, still waiting for response btw, didn't forget about this 🙏

naorpeled avatar May 15 '24 22:05 naorpeled