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-03-30 11:18:38 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fad45203ddcd0b2faf473b9704cb7ab0926d2541
JSONAPI
/
Sources
/
JSONAPI
/
Resource
T
History
Mathew Polzin
fad45203dd
small refactor to consider ToOneRelationship with no meta or links to be even more synonymous with 'pointer'
2018-12-05 22:42:34 -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
small refactor to consider ToOneRelationship with no meta or links to be even more synonymous with 'pointer'
2018-12-05 22:42:34 -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
small refactor to consider ToOneRelationship with no meta or links to be even more synonymous with 'pointer'
2018-12-05 22:42:34 -08:00
Transformer.swift
Add ReversibleTransformer and tests. remove unneeded check in Entity.check().
2018-11-29 18:39:59 -08:00