final-space-api icon indicating copy to clipboard operation
final-space-api copied to clipboard

Final Space API : RESTful API based on the show Final Space.

Results 7 final-space-api issues
Sort by recently updated
recently updated
newest added

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

**Is your feature request related to a problem? Please describe.** Currently the images are stored in the local directory and are sent from the same. **Describe the solution you'd like**...

enhancement
frontend

Added the docs for using Final Space API with Svelte JS

There is only one example present right now in the documentation i.e. Live React Example which can be found here https://finalspaceapi.com/docs/react/ Docusarus uses React Live for the interactive coder so...

documentation
enhancement
help wanted
good first issue
up-for-grabs

**Is your feature request related to a problem? Please describe.** Currently, all character and episode endpoints just return the `character`/`episode` json or an `array` of the `character`/`episodes` that match the...

enhancement

Write tests for both backend and frontend code.

enhancement
tests
backend

Relies on #2 i.e. after Tests have been written. Here is a possible ```yaml name: Node.js CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [8.x, 10.x, 12.x] steps:...

tests