This website requires JavaScript.
Explore
Help
Sign In
encounter
/
JSONAPI
Watch
0
Star
0
Fork
0
You've already forked JSONAPI
mirror of
https://github.com/encounter/JSONAPI.git
synced
2026-07-10 12:18:40 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3468cb555a773f8c2c49a7fbfa80f69ed0c3020d
JSONAPI
/
Sources
/
JSONAPI
/
Resource
T
History
Mathew Polzin
3468cb555a
Remove Result dependency in favor of a super stripped down internally scoped Result enum. This won't interfere with other Result libraries and I was not exposing the Result anyway.
2018-12-05 22:02:59 -08:00
..
Attribute.swift
Add ReversibleTransformer and tests. remove unneeded check in Entity.check().
2018-11-29 18:39:59 -08:00
Attribute+Functor.swift
Make Attribute a Functor to make computed attributes easier to write.
2018-11-28 09:09:23 -08:00
Entity.swift
Adding a few tests here and there
2018-12-05 18:31:53 -08:00
Id.swift
Add ability to differentiate between things that _act_ like Entities and things that _are_ entities in the sense that the latter are persisted between client and server but the former is just a clientside convenience.
2018-11-29 20:03:44 -08:00
Poly.swift
Remove Result dependency in favor of a super stripped down internally scoped Result enum. This won't interfere with other Result libraries and I was not exposing the Result anyway.
2018-12-05 22:02:59 -08:00
Relationship.swift
Add support for Relationship Meta and Links (untested)
2018-12-05 09:14:38 -08:00
Transformer.swift
Add ReversibleTransformer and tests. remove unneeded check in Entity.check().
2018-11-29 18:39:59 -08:00