lenscas / rp_tracker

A webbased roleplay manager API
MIT License
1 stars 1 forks source link

remove uppercase from urls #37

Closed lenscas closed 7 years ago

lenscas commented 8 years ago

Some urls, especially the ones used for the api contain uppercase characters. Probably a good idea to replace them and put a "_" where necessary instead.

This obviously will break compatibility as a lot of calls will need to be updated to the new urls. While the transition is made probably keep the old urls and list them as deprecated.