Fork me on GitHub
#yada
<
2020-10-01
>
borkdude11:10:51

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

borkdude11:10:28

eh whatever, I'll just use post

malcolmsparks12:10:28

You could add a defmethod for copy

malcolmsparks12:10:56

Are you doing WebDAV?

borkdude12:10:51

no I just want to copy something on my server

borkdude12:10:22

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

👍 3
malcolmsparks12:10:51

Use post but I'll meditate on your requirement 🙂

borkdude13:10:22

@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

borkdude13:10:33

I've never used it myself though

malcolmsparks16:10:59

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

borkdude18:10:38

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