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 77b8dc4 commit 097b601Copy full SHA for 097b601
src/JsonApiDotNetCore/Models/IHasMeta.cs
@@ -0,0 +1,10 @@
1
+using System.Collections.Generic;
2
+using JsonApiDotNetCore.Services;
3
+
4
+namespace JsonApiDotNetCore.Models
5
+{
6
+ public interface IHasMeta
7
+ {
8
+ Dictionary<string, object> GetMeta(IJsonApiContext context);
9
+ }
10
+}
0 commit comments