Oxen-AI / Oxen

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

Add get_branch_name_and_resource_path endpoint to server #330

Closed EloyMartinez closed 1 month ago

EloyMartinez commented 1 month ago

In order to retrieve commit ids / branch names from a resource path dynamicly (considering that branch names can contain slashes so we cant just split by "/", we use the parse_resource function of the server to return the specific parts of the resource)

gschoeni commented 1 month ago

LGTM