我开始使用 REST,并试图了解如何将遵循 RPC 样式的 Web 方法映射到 REST 样式。
public PerformanceResponse GetPerformance(int lineId, int maxNumberOfEntries, bool ascending)
这是我唯一与性能相关的操作,它只是从数据库中提取一些信息。
感谢您的帮助。
我开始使用 REST,并试图了解如何将遵循 RPC 样式的 Web 方法映射到 REST 样式。
public PerformanceResponse GetPerformance(int lineId, int maxNumberOfEntries, bool ascending)
这是我唯一与性能相关的操作,它只是从数据库中提取一些信息。
感谢您的帮助。