PostMantis
Automation

SDKs

SDK shape for PostMantis posting API.

SDKs should expose current /api/v1 resources:

client.profiles.list();
client.posts.list();
client.posts.create(input);
client.posts.get(postId);
client.posts.update(postId, input);
client.posts.cancel(postId);
client.uploads.create(input);
client.uploads.complete(input);

posts.create accepts publish-now and scheduled work. Read post later for final delivery state.