<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Others on MetaCroc Docs</title>
    <link>https://docs.metacroc.com/docs/others/</link>
    <description>Recent content in Others on MetaCroc Docs</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="https://docs.metacroc.com/docs/others/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>API description</title>
      <link>https://docs.metacroc.com/docs/others/api/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.metacroc.com/docs/others/api/</guid>
      <description>&lt;p&gt;&#xA;  &lt;img src=&#34;https://docs.metacroc.com/assets/metacroc-logo-mini.png&#34; alt=&#34;MetaCroc logo&#34; /&gt;&lt;/p&gt;&#xA;&lt;h1 id=&#34;api-description&#34;&gt;&#xA;  API description&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#api-description&#34;&gt;#&lt;/a&gt;&#xA;&lt;/h1&gt;&#xA;&lt;p&gt;This page contains descriptions of all APIs available inMetaCroc. Technical information is available in swagger.&lt;/p&gt;&#xA;&lt;blockquote class=&#34;book-hint warning&#34;&gt;&#xA;  In all URLs, it is necessary to replace [tenant] by your tenant name.&#xA;&lt;/blockquote&gt;&#xA;&#xA;&lt;h2 id=&#34;get-object-types&#34;&gt;&#xA;  Get Object Types&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#get-object-types&#34;&gt;#&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;&lt;code&gt;GET /api/object-type&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;This API returns a list of Object Types from Settings.&lt;/p&gt;&#xA;&lt;p&gt;swagger:  &lt;code&gt;https://[tenant].metacroc.com/api/mdd-backend/swagger-ui/index.html#/API/getObjectTypes&lt;/code&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;get-a-list-of-all-elements&#34;&gt;&#xA;  Get a list of all elements&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#get-a-list-of-all-elements&#34;&gt;#&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;&lt;code&gt;GET /api/system/{name}/tree&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;API returns a list of all elements from a selected system. System name is a parameter in URL. A part of response is element id necessary for other APIs.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Libraries</title>
      <link>https://docs.metacroc.com/docs/others/libraries/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.metacroc.com/docs/others/libraries/</guid>
      <description>&lt;p&gt;&#xA;  &lt;img src=&#34;https://docs.metacroc.com/assets/metacroc-logo-mini.png&#34; alt=&#34;MetaCroc logo&#34; /&gt;&lt;/p&gt;&#xA;&lt;h1 id=&#34;metacroc-libraries&#34;&gt;&#xA;  MetaCroc libraries&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#metacroc-libraries&#34;&gt;#&lt;/a&gt;&#xA;&lt;/h1&gt;&#xA;&lt;h2 id=&#34;backend&#34;&gt;&#xA;  Backend&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#backend&#34;&gt;#&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th style=&#34;text-align: left&#34;&gt;Library&lt;/th&gt;&#xA;          &lt;th style=&#34;text-align: left&#34;&gt;License&lt;/th&gt;&#xA;          &lt;th style=&#34;text-align: left&#34;&gt;Usage&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Freemarker&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Apache License, Version 2.0&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Templating library for generating text/code using templates&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Spring Boot&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Apache License, Version 2.0&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Core application framework&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Hibernate&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Apache License, Version 2.0&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Library for ORM&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Liquibase&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Apache License, Version 2.0&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Tools for versioning changes in DB model&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Lombok&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;The MIT License&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Tool for generating DTOs&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Jackson&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Apache License, Version 2.0&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Library for mapping between objects and JSON&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Json-Path&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;The Apache Software License, Version 2.0&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Tool for extracting values using JSON Path API&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Json Patch&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Lesser General Public License, version 3 or greaterApache Software License, version 2.0&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Tool for updating JSON structures using JSON Patch API&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;JAXB&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Eclipse Distribution License - v 1.0&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Tool for mapping between entities and structures&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Swagger Annotations&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Apache License 2.0&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Tool for generating API specification from code&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Snakeyaml&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Apache License, Version 2.0&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Library for parsing yaml structures&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Javers&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;The Apache Software License, Version 2.0&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Tool for comparing different structures and calculating differences&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Mapstruct&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;The Apache Software License, Version 2.0&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Tool for generated mapping between structures&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Super CSV&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Apache License, Version 2.0&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Tool for parsing and generating CSV files&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Vavr&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;The Apache Software License, Version 2.0&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Library for simplifying work with streams&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Keycloack&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Apache License, Version 2.0&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Application and libraries for SSO and Identity Management&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Postgresql (driver)&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;BSD-2-Clause&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;JDBC driver for Postgresql&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Easy Rules&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;MIT License&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Library for calculating validation rules&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;</description>
    </item>
  </channel>
</rss>
