tony-o / raku-fez

This project is for 'fez', raku's cool new shiny dist uploader & manager. If you're a module author you should definitely be using this sweet thang. ;;;;;;;;;;;;;; This project and the underlying infrastructure is supported out of my own pocket and through donations. If you'd like to donate please check here: https://www.patreon.com/oynot
Artistic License 2.0
20 stars 12 forks source link

Document the API? #53

Closed jonathanstowe closed 1 year ago

jonathanstowe commented 2 years ago

Hi, is there any chance that the underlying HTTP API could be documented somewhere for the benefit of those wanting to integrate the upload into their own tools? Obviously one could reverse engineer it from the code, but a canonical specification would be useful.

tony-o commented 1 year ago

I started down the path of creating an open api doc for this, thinking better of it - would it be more useful if this was just a library included in fez?

tony-o commented 1 year ago

@jonathanstowe this exists now as Fez::API for some preliminary testing

jonathanstowe commented 1 year ago

I'll take a look at the weekend, but it looks like it has all the bits that I need.