All Posts

Api governance in Apigit

APIGit

2023-07-20

API governance is about more than just design and standards; it's about enabling people and leveraging the value of APIs.

Defining reusable components with the OpenAPI

APIGit

2023-06-15

The components object in the OpenAPI Specification allows for the centralization and reuse of definitions like schemas, parameters, and responses across multiple API endpoints, enhancing consistency a...

Test OpenAI

APIGit

2023-05-29

Given a prompt, the OpenAI will return one or more predicted completions, and can also return the probabilities of alternative tokens at each position.

Two-way Sync with other Git Providers

APIGit

2023-05-24

The Git repository is hosted on any of your specified git server which can be a popular platform such as Github, Gitlab, Bitbucket, Azure, AWS, Gitee, or even a self-hosted Git server with public acce...

upstream push mirrors

APIGit

2023-05-23

Push mirrors are often used in distributed development environments where multiple teams or individuals work on the same codebase across different locations. They allow for redundancy, collaboration, ...

announcing the apigit enterprise with single sign on sso

APIGit

2023-05-20

SSO stands for Single Sign-On. It is an authentication mechanism that allows users to log in once and access multiple applications or systems without having to re-enter their credentials for each one....