Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 806 Bytes

TODO.md

File metadata and controls

22 lines (21 loc) · 806 Bytes

TODO list

  • Modify relationships using changesets
  • Changeset error reporting
  • Specify include params in a query
  • Specify pagination params in a query
  • Specify sorting params in a query
  • Specify sparse fields in a query
  • Configurable HTTP adapter (don't assume faraday with typhoeus)
  • Configurable field and path adapters (dasherized vs underscored vs camelcased)
  • Configurable pluralization/singularization (don't assume urls and types are always plural)
  • Handle paginated results
  • Allow arbitrary headers
  • Allow arbitrary query params
  • Singleton resources
  • Handle links better?
  • >= 90% test coverage
  • Yardoc documentation
  • Add license
  • Add changelog
  • Release 0.1.0 open source
  • Switch to codecov.io