Skip to content

Releases: tomlin7/pastemyst-cpp

PasteMyst-CPP - 2.0.7

01 Jul 10:22

Choose a tag to compare

  • Added support for Pasty, Paste, Edit, Language, User, PasteCreateInfo and PastyCreateInfo Objects.
  • Endpoint functions can now take either the pastemyst objects or raw json string.

PasteMyst-CPP - 1.0.0

14 Jun 18:39

Choose a tag to compare

All aspects of the v2 endpoint are currently implemented.

Backend Client

back-end system that PasteMyst C++ utilizes to ensure a session keeps a configuration, namely an authorization token.

  • Client
  • Client("API_TOKEN")

Endpoint Methods

/paste

  • PasteExists
  • GetPaste
  • CreatePaste
  • EditPaste
  • DeletePaste
  • BulkDeletePastes

/user

  • UserExists
  • GetUser
  • GetSelfUser
  • GetSelfPasteIDs
  • GetSelfPasteIDsByAmount
  • GetSelfPastes
  • GetSelfPastesByAmount

/data

  • GetLanguageByName
  • GetLanguageByExtension

/time

  • ExpiresInToUnixTimestamp