Oxen-AI/Oxen

OxenHub - is it open-source? - Is its API documented?

SamuelMarks opened this issue · 1 comments

Enjoying perusing Oxen.

You have a nice web-frontend and associated features in OxenHub. Is this open-source?

Is the API it uses different—e.g., a superset—from what is here: https://github.com/Oxen-AI/Oxen/blob/main/src/server/src/routes.rs

Also is there a nice documentation page for the API, e.g., you generate Open API from it then host versioned?

Thank you

Hey Samuel,

The front end is not open source, but it does use majority of the same APIs in that routes.rs file. We are wanting to document all the HTTP APIs in our dev docs. They are currently documented in postman so would just need to export.

Keep you posted as we do!

Any particular use case you are thinking of using the HTTP endpoints for?