Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 967 Bytes

File metadata and controls

24 lines (20 loc) · 967 Bytes

TO DO

  • Setup initial resource middleware
  • handle errors in loader
  • Allow errors with different status codes and bodies
  • Provide way to use URI templates for repeating 'item' links
  • for collections include redirect to first page if page param is undefined
  • filter collection
  • collections with additional links
  • Added support for path templates with parameters that start with [A-Z0-9]
  • look at using registered resource for item in collections (i.e. pass in the itemType when registering the collection)
  • Error checking on unbound parameters in collection item endpoints
  • POST/PUT/DELETE/PATCH
  • Output diagram showing relationships between resources
  • path prefixes
  • static collections with additional links
  • http status from collectionLoader
  • headers for static resource
  • remove class
  • caching
  • described-by links possibly using automatic json schema from TS types