kitsu
kitsu copied to clipboard
WIP: kitsu-core typescript implementations & JSON:API v1.1 type definitions
Currently work in progress, but im opening the PR now to let @wopian peek at my progress.
I'm aware i may not be refactoring in-line with your visions, and am very open to critique and changes to fit the project coding-style.
Progress
- [ ] kitsu-core
- [x] ~~camel~~ (replaced by
case-anythingdep) - [x] ~~kebab~~ (replaced by
case-anythingdep) - [x] ~~snake~~ (replaced by
case-anythingdep) - [x] deattribute
- [x] deepEqual
- [x] deserialise
- [x] error
- [x] filterIncludes
- [ ] linkRelationships
- [x] query
- [x] serialise
- [x] splitModel
- [x] ~~camel~~ (replaced by
- [ ] kitsu
- [ ] get
- [ ] patch
- [ ] post
- [ ] delete
- [ ] self
- [ ] request
Thanks for taking this up! Overall it is looking very good so far! 🎉