swiftynab icon indicating copy to clipboard operation
swiftynab copied to clipboard

iOS/macOS/WatchOS/tvOS Swift framework for the YNAB API

Results 3 swiftynab issues
Sort by recently updated
recently updated
newest added

I see a bunch of functions just like in the api that can use `lastKnowledgeOfServer` for delta requests, but I don't see any service functions that actually save or return...

This PR is in regards to #12 It makes those two properties as Optionals when they are null from the api json response. [comment describing issue](https://github.com/andrebocchini/swiftynab/issues/12#issuecomment-2471886389) I can now get...

I am getting a token with implicit flow: ![image](https://github.com/user-attachments/assets/139f7892-8390-4490-972e-c71df46534a0) I can make requests to the api just fine with the same token. ![image](https://github.com/user-attachments/assets/35cbe806-0bf8-48d2-880e-8401b918034b) Ran again to print the error, doesn't...