值得注意的是:APEX REST annotations 中只有 RestResource 才有 urlMapping 參數,且該 annotation 為 class level;換言之:
- 每一個 service implementation class,針對各種 HTTP requests 類型只能有 1 個 method;不能同時宣告多個 @HttpGet methods 在 1 class 中;
- Service implementation class 中的 class name 並不會浮現在 URL 中。
[1] Apex REST Annotations
[2] Creating REST APIs using Apex REST
沒有留言:
張貼留言