candYgene / queries

SPARQL queries for Web API
Apache License 2.0
0 stars 0 forks source link

Rename repo #10

Open arnikz opened 5 years ago

arnikz commented 5 years ago

queries -> api

arnikz commented 5 years ago

URL path: server/api/candYgene/queries -> server/api/candYgene/api does not look nice. @c-martinez: can we customize this e.g., server/candygene/api?

c-martinez commented 5 years ago

No, not easily.

grlc APIs are all generated as server/api/user/repo, changing that to server/user/repo would affect all other existing grlc repos, plus it might complicate from reaching the grlc landing page at server.

You could work around this by setting an nginx server to foward things from server/candygene/api to server/api/candygene/api. Would that work?