holidayextras / jsonapi-client

Easily consume a json:api service in Javascript.
MIT License
68 stars 19 forks source link

Fixed minor bugs and created distribution package for https://www.jsdelivr.com/ #54

Open patrick-yi-82 opened 7 years ago

patrick-yi-82 commented 7 years ago
  1. Check related url before using it because json API links must be a string or an object with href and meta http://jsonapi.org/format/#document-links

  2. Json API document may not contain "relationships". So check if relationships exist before using it in Object.Keys function. http://jsonapi.org/format/#document-resource-objects

  3. Created distribution package for https://www.jsdelivr.com/ (All packages tagged releases on GitHub are automatically available on jsDelivr.)

https://cdn.jsdelivr.net/gh/holidayextras/jsonapi-client@[release ver]/dist/jsonapi-client.js https://cdn.jsdelivr.net/gh/holidayextras/jsonapi-client@[release ver]/dist/jsonapi-client.min.js

pmcnr-hx commented 7 years ago

Thank you for the contribution @patrick-yi-82.