How to create REST URLs without verbs?
问题 I'm struggling to determine how to design restful URLs. I'm all for the restful approach of using URLs with nouns and not verbs don't understand how to do this. We are creating a service to implement a financial calculator. The calculator takes a bunch of parameters that we will upload via a CSV file. The use cases would involve: Upload new parameters Get the latest parameters Get parameters for a given business date Make a set of parameters active Validate a set of parameters I gather the