ColFusion / ColfusionWeb

Other
1 stars 2 forks source link

Organize rest apis in js files so the actual rest endpoint name is only written once as string #14

Open EvgenyKarataev opened 9 years ago

EvgenyKarataev commented 9 years ago

Currently rest endpoints are written as hardwired strings values and scattered throughout many js files. I propose to collect them all in one place and add some util functions to form api url based on for example input params.