diegohaz / arc

React starter kit based on Atomic Design
https://arc.js.org
2.91k stars 295 forks source link

Support hyphen for url endpoints naming #309

Open gen1us2k opened 7 years ago

gen1us2k commented 7 years ago

Hello there. Thank you for this great library. We found that we can not use endpoints with hyphens, because arc.js uses only underscores for that. But rest naming best practices recommend to use hyphens instead of underscores.

Is it possible to add availability of usage hyphens with/instead of underscores? If not can you answer why?

Thanks

Geczy commented 7 years ago

Related https://github.com/diegohaz/arc/issues/292