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
04bf96a0cf33a7ef767a8035ea5986f9e495b5a5
JSONAPI
/
Sources
/
JSONAPI
/
Resource
T
History
Mathew Polzin
689517c633
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
..
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
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
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
I did some more type wrangling to finally get the Id type to specialize on Entity rather than EntityDescription. The compiler gets into trouble depending on which of a few semantically identical routes are taken, but I finally stumbled upon the correct combination of protocols and extensions to get the job done. this was always the ideal outcome, but I was not sure the Swift compiler would allow it.
2018-11-28 21:13:07 -08:00
Relationship.swift
I did some more type wrangling to finally get the Id type to specialize on Entity rather than EntityDescription. The compiler gets into trouble depending on which of a few semantically identical routes are taken, but I finally stumbled upon the correct combination of protocols and extensions to get the job done. this was always the ideal outcome, but I was not sure the Swift compiler would allow it.
2018-11-28 21:13:07 -08:00
Transformer.swift
Add ReversibleTransformer and tests. remove unneeded check in Entity.check().
2018-11-29 18:39:59 -08:00