Skip to content

Commit 34d56ef

Browse files
committed
feat(services): add IRequestMeta for extensibility
1 parent c3b6af5 commit 34d56ef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)