yada

borkdude 2020-10-01T11:28:51.000300Z

I'm getting 501 method not implemented on yada when using method COPY

borkdude 2020-10-01T11:32:28.000600Z

eh whatever, I'll just use post

malcolmsparks 2020-10-01T12:00:28.001200Z

You could add a defmethod for copy

malcolmsparks 2020-10-01T12:00:56.001900Z

Are you doing WebDAV?

borkdude 2020-10-01T12:05:51.002200Z

no I just want to copy something on my server

borkdude 2020-10-01T12:06:22.002700Z

a user copies some tag to a new tag, I thought the COPY method was fitting

1👍
malcolmsparks 2020-10-01T12:07:51.004Z

Use post but I'll meditate on your requirement 🙂

borkdude 2020-10-01T13:00:22.004800Z

@malcolmsparks Did you see my comment the other day about Python FastAPI? I heard it mention in a podcast and immediately thought you should probably know about this

borkdude 2020-10-01T13:00:33.005100Z

I've never used it myself though

malcolmsparks 2020-10-01T16:53:59.006Z

I think I've heard of it. Do you mean the swagger generation?

borkdude 2020-10-01T18:37:38.008100Z

yeah but also the validation stuff. it was being called out as the fastest way to build REST APIs nowadays