tinacms/tinacms
public

Tinacms

A fully open-source headless CMS that supports Markdown and Visual Editing

rss

The legacy REST-based GitClient wrapper was deprecated in PR #5715 (June 2025). All Git-backed reads and mutations now flow through the TinaCMS GraphQL pipeline.

411d until removal

deprecated June 9, 2025removal June 9, 2027
/**
 * @deprecated as the API is clunky and hard to use. Mutations should now be
 * done via Graphql. This will be removed by July 2025.
 */
export class GitClient {

Use the TinaCMS GraphQL client for content reads and mutations.

  • JackDevAUJackDevAUadded packages/tinacms/src/toolkit/git-client/git-client.ts2h ago