Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 502 Bytes

public-interfaces.md

File metadata and controls

31 lines (19 loc) · 502 Bytes

Public interfaces

These are the requests that can be made by anyone without authentication.

Collections

Get collection

Returns the collection.

npm run public:get-collection

Get collections

Update the query parameters in file get-collections.ts.

Once updated, run the following script to get collections:

npm run public:get-collections

Get collection metadata schema

Returns the collection's metadata schema.

npm run public:get-metadata-schema