Oxen-AI / Oxen

Oxen.ai's core rust library, server, and CLI
https://oxen.ai
Apache License 2.0
178 stars 11 forks source link

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

Open SamuelMarks opened 4 months ago

SamuelMarks commented 4 months ago

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

gschoeni commented 4 months ago

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?