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)?

Accepted Reply

Archived: Please refer to new thread:
https://developer.apple.com/forums/thread/670984

Replies

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!
Archived: Please refer to new thread:
https://developer.apple.com/forums/thread/670984