Hello everyone,
I have a backend with an uri like this :
https://***/***/{countryCode}/{locale}/{resource}
locale = fr or en etc .. (language)
countryCode = fr or ma etc..
resource = /design etc...
I want to know what is the most used resources by country by developer.
How can I do this?
Thank you so much.