Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在用 grails 制作一个简单的 REST API。我的 REST API 的 url 类似于:
http://<domain>/<appname>/rest/0.1/$apiKey/$controller/$action/$id
问题
我遇到了这个SO answer,其中提到withFormat可以维护使用 API 版本。我怎样才能做到这一点?
withFormat
验证$apiKey是否有效的中心方法是什么?我应该在过滤器中这样做吗?
$apiKey