You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Wrap your content inside of a directory when adding to IPFS. This allows users to retrieve content via a filename instead of just a hash.
36
+
/// </summary>
37
+
[JsonProperty("wrapWithDirectory")]
38
+
publicbool?WrapWithDirectory{get;set;}
30
39
}
31
40
32
41
publicclassPinPolicy:Json
@@ -97,6 +106,11 @@ public interface IPinningEndpoint
97
106
/// Following a successful call of this endpoint, the new pin policy provided will be utilized for every new piece of content pinned to IPFS via Pinata.
0 commit comments