GALAglobal / TAPICC

The Translation API Cases and Classes (TAPICC) initiative is a collaborative, community-driven, open-source project to advance API standards in the localization industry.
https://galaglobal.github.io/TAPICC/
Other
24 stars 3 forks source link

Several ways to do the same thing #14

Closed ysavourel closed 6 years ago

ysavourel commented 6 years ago

I realize this is an early version and you may have already plan to change things, but I thought any input could be helpful:

I've noticed that the current API offers several way to access the same resources. For example you can get the asset 123 of the job 456 with GET /job/456/asset/123 and with GET /asset/123.

I'm not sure this is a good or bad idea:

I guess it would be good to have a discussion about the pros and cons for this in the WG.

Alino commented 6 years ago

Good points, as you say, this should be discussed. I am not sure either about this.

Alino commented 6 years ago

Kamino closed and cloned this issue to GALAglobal/TAPICC-API-implementation