godotengine / godot-asset-library

PHP frontend for Godot Engine's asset library
https://godotengine.org/asset-library
MIT License
292 stars 87 forks source link

Add a file detailing the Asset Library's API #161

Closed LikeLakers2 closed 5 years ago

LikeLakers2 commented 5 years ago

This issue goes along with https://github.com/godotengine/godot/issues/22046.

Since Godot allows use of a locally-hosted asset library, we should have a file somewhere detailing what URLs that the engine uses for each API, what each endpoint needs to return, and so on. This would make it easier for users to create their own independently-hosted asset libraries.

This could also potentially give us a good idea of what we can improve upon in regards to how the asset library API works.

bojidar-bg commented 5 years ago

API.md should be enough: everything it lists in the "Core" section is used by the engine.

LikeLakers2 commented 5 years ago

Ah, my bad. How did I not notice that file? >_<