-
Notifications
You must be signed in to change notification settings - Fork 83
Issues: contentful/contentful.swift
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Can we have a Macro-based annotation approach to serialisation like the Android SDK has?
#402
opened May 9, 2024 by
tristan-warner-smith
'fetchDecodable'-function does not immediately complete in case of an error
#401
opened May 3, 2024 by
chrishoste
1 of 4 tasks
fetch and fetchArray consistently taking upwards of 2s
#393
opened Feb 26, 2024 by
nickpappas-underdogfantasy
2 of 7 tasks
import Contentful // Retain the client as a property on a type you define so that // the client's asynchronous network callbacks are executed. let client = Client(spaceId: "<space_id>", environmentId: "<environment_id>", // Defaults to "master" if omitted accessToken: "<access_token>") // Snippets for the images API assume that you already have an
Asset
in memory. var asset: Asset = ... // Type passed into callback will be a UIImage or NSImage depending on the current platform. client.fetchImage(for: asset, with: [ImageOption.formatAs(.png(bits: .standard))]) { (image: Result<UIImage>) in switch result { case .success(let image): // Use the image. case .error(let error): print(error) } }
#389
opened Jul 8, 2023 by
Cuongcj
Models that conform to Resource and have a member variable named id, breaks resolveLinksArray method
#374
opened Aug 2, 2022 by
neptalire94
2 of 6 tasks
Need to register two or more classes to a single Content Type
#346
opened Jun 23, 2021 by
OrlSan
2 of 6 tasks
ProTip!
Find all open issues with in progress development work with linked:pr.