This website requires JavaScript.
Explore
Help
Sign In
KevinMidboe
/
seasonedShows
Watch
1
Star
0
Fork
0
You've already forked seasonedShows
Code
Issues
20
Pull Requests
2
Packages
Projects
Releases
8
Wiki
Activity
Files
7cb55ce054b03c933fc852fa7833fc2c4c1b2cb1
seasonedShows
/
seasoned_api
History
KevinMidboe
7cb55ce054
Fetchall uses promises smarter. Now the utils functions also return promises to be able to nicely chain the steps a request needs to go through. Promise all lets us wait for all items return in the map function. Without the map function would return immidiately and resolve before the map operation completed.
2018-11-10 20:26:28 +01:00
..
conf
test configuration also gets plex ip parameter.
2018-10-30 20:38:05 +01:00
src
Fetchall uses promises smarter. Now the utils functions also return promises to be able to nicely chain the steps a request needs to go through. Promise all lets us wait for all items return in the map function. Without the map function would return immidiately and resolve before the map operation completed.
2018-11-10 20:26:28 +01:00
test
🔨
test now requests with id in body not in query params.
2018-11-10 01:57:19 +01:00
.eslintrc.json
Added custom rule for object-shorthand and comma-dangle.
2018-04-08 11:58:16 +02:00
.gitignore
When a element is not found in plex it now still gets a matchedInPlex value, now False when not found.
2018-02-26 16:59:56 +01:00
package.json
Merge branch 'master' into api/v2
2018-10-30 21:02:47 +01:00
yarn.lock
Updated string_decoder.
2018-04-04 23:08:00 +02:00