alexkramer / force-vue

Simple VueJs application which integrates with the Star Wars API (SWAPI)
http://alexckramer.com/force-vue
2 stars 21 forks source link

Use API service rather than individual resource modules #54

Closed maddy-jo closed 7 years ago

maddy-jo commented 7 years ago

This change includes an api-service module that provides a generic fetch function for any resource in the SWAPI, rather than requiring consumers to use a resource-specific module. Fix for issue #19.