export const meta = {
title: `Working with the API`,
description: `Learn how to establish a connection, subscribe to a topic, publish to a topic, unsubscribe from a topic and close a connection with PubSub on AWS Mobile SDK.`,
};
import all0 from "/src/fragments/sdk/library-callout.mdx";
import ios1 from "/src/fragments/sdk/pubsub/ios/working-api.mdx";
import android2 from "/src/fragments/sdk/pubsub/android/working-api.mdx";