mirror of
https://github.com/semver/semver.git
synced 2026-07-11 03:53:53 -05:00
[GH-ISSUE #865] What is API in your context? #3273
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ksomov on GitHub (Aug 4, 2022).
Original GitHub issue: https://github.com/semver/semver/issues/865
You write: [...as they do not influence public API...; ...the huge audience which will be presented with a fait accomplished returns of former behavior of API is better to release new release...; ...When you declare outdated a part of public API, you have to...; ...If you have stable API on which users depend, the version has to be 1.0.0...]
Explain that such API?
@alasdairhurst commented on GitHub (Aug 9, 2022):
The API is essentially referring to the public interface of your application/library. For example a REST API, exposed functions, the way that it's bundled, requirements from the user's environment, etc...
@JohnTitor commented on GitHub (Aug 11, 2022):
See also What is an Application Programming Interface (API) | IBM and API - Wikipedia.