We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b6af5 commit 34d56efCopy full SHA for 34d56ef
src/JsonApiDotNetCore/Services/IRequestMeta.cs
@@ -0,0 +1,9 @@
1
+using System.Collections.Generic;
2
+
3
+namespace JsonApiDotNetCore.Services
4
+{
5
+ public interface IRequestMeta
6
+ {
7
+ Dictionary<string, object> GetMeta();
8
+ }
9
+}
0 commit comments