fedify icon indicating copy to clipboard operation
fedify copied to clipboard

AdonisJS Integration

Open SquareDot3301 opened this issue 1 year ago • 2 comments

Helloooo I think I'm not the only one who want Fedify in AdonisJS ! It should be possible because AdonisJS supports custom middleware and, since the V6, the ESM packages ! But I don't have any ideas to solve the problem : how to implement ? A person on the discord of AdoniJS tells me : So the middleware will return a response, and works with the raw request, which I think is possible to get from Adonis' Request class But I tryed and, obviously it doesn't work. I think integreate Fedify in AdonisJS should be an advance because Adonis has a big community instead of the others web frameworks x) Anyone have an idea to integreate ?

SquareDot3301 avatar Sep 18 '24 13:09 SquareDot3301

Since I'm new to AdonisJS, I'll have to take a look at it. I'll play around with it a bit and let you know.

dahlia avatar Sep 19 '24 03:09 dahlia

That might actually be me being quoted there. I am looking at hacking on this, but I'm wanted to make the API work in an "adonis-like" manner with loaders and such for endpoints/resolvers

ThisIsMissEm avatar Oct 23 '24 14:10 ThisIsMissEm