Layout – Webdesign

0,00 / maand excl. BTW

Layout kiezen / webdesign aanpassen

Ander webdesign / layout? Dat kan hier heel gemakkelijk!

  1. Gratis: Kies één van de voor geprogrammeerde layouts.
  2. Gratis: Pas je gekozen webdesign naar wens aan.
  3. Kies hier een andere gratis layout: Gratis implementatie.
  4. Kies een andere gratis layout: Vergoeding voor implementatie.
  5. Kies een betaald thema: Vergoeding voor implementatie.
  6. Laat een layout voor je maken.

Andere Layout

Ander Webdesign

Eénmalige betaling

1. Om welk webdesign gaat het (naam)
2. Waar kunnen wij het vinden
3. Als het in een account staat, mogen wij dan inlog-gegevens opdat wij het kunnen uploaden

Het verwijderen van webdesigns bespaart webruimte. Als er een webdesign extra op je website / webshop wordt gezet, dan kost dat webruimte.

Prijs per maand

Categorie:

Beschrijving

GlotCore REST API

Beschrijving

GlotCore REST API extends GlotPress by exposing a REST API, allowing developers to integrate GlotPress with external systems, automate workflows, and build custom applications on top of the GlotPress translation platform.

Experimental Notice

This plugin is currently in an experimental stage.

API endpoints and features may change between releases.
Version 0.1 is a foundational release intended for early adopters and developers.

Versions between 0.1 and 1.0 do not guarantee backward compatibility.

Available Endpoints

The plugin introduces REST API endpoints for interacting with GlotPress data:

  • /gp/v0.1 – Base endpoint
  • /gp/v0.1/formats – Retrieve available file formats
  • /gp/v0.1/glossaries – Retrieve and create glossaries
  • /gp/v0.1/glossaries/{id} – Retrieve, update, or delete a specific glossary
  • /gp/v0.1/glossaries/{id}/entries – Retrieve and create glossary entries
  • /gp/v0.1/glossaries/{id}/entries/{entry_id} – Retrieve, update, or delete a specific glossary entry
  • /gp/v0.1/languages – Retrieve available languages
  • /gp/v0.1/originals – Retrieve original strings
  • /gp/v0.1/originals/{id} – Retrieve and delete a specific original string
  • /gp/v0.1/projects – Retrieve and create projects
  • /gp/v0.1/projects/{id} – Retrieve, update, or delete a specific project
  • /gp/v0.1/projects/{id}/permissions – Retrieve and create project permissions
  • /gp/v0.1/projects/{id}/permissions/{permission_id} – Retrieve and delete a specific permission
  • /gp/v0.1/profile/me – Retrieve the authenticated user profile
  • /gp/v0.1/profile/{id} – Retrieve a specific user profile
  • /gp/v0.1/translations – Retrieve and create translations
  • /gp/v0.1/translations/{id} – Retrieve, update, or delete a specific translation
  • /gp/v0.1/translation-sets – Retrieve and create translation sets
  • /gp/v0.1/translation-sets/{id} – Retrieve, update, or delete a specific translation set

Configuration

After installation, GlotCore REST API is ready to use.

To explore the API, you may use tools like Postman.
Postman collection and environment files are included with the plugin.

Please note that some endpoints require authentication.
Suggested authentication method for testing is using Basic Authentication with WordPress Application Passwords.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“GlotCore REST API” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“GlotCore REST API” is vertaald in 1 locale. Dank voor de vertalers voor hun bijdragen.

Vertaal “GlotCore REST API” in je eigen taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

0.1

  • Initial release.