How to use an API to grab multiple things.

I want to use the WordPress REST API (which is the only API I think WordPress offers) to grab from my website:
  • Posts

  • Forum Posts

  • Listings

  • Log in Info

How would I implement these things into an Xcode project using the SwiftUI lifecycle (no App/SceneDelegate)?
Answered by JoshATA in 656069022
Archived: Please refer to new thread:
https://developer.apple.com/forums/thread/670984

Ruby does this with Nokogiri. You could probably implement this in swift. See an attempt here: https://github.com/tid-kijyun/Kanna
duncan.wallaceiv@nike.com:

I will check this out. Thanks!
Accepted Answer
Archived: Please refer to new thread:
https://developer.apple.com/forums/thread/670984

How to use an API to grab multiple things.
 
 
Q