Skip to content

Commit 6e8381e

Browse files
Matovidloclaude
andcommitted
docs: remove deprecated apiary.io documentation references
Replace outdated keboola.docs.apiary.io references with current developers.keboola.com documentation. The apiary-hosted API docs are no longer maintained. Changes: - Remove apiary URLs from code comments in object.go - Update RFC documentation to reference developers.keboola.com - Remove apiary link from e2e tests documentation Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 5c10e23 commit 6e8381e

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

docs/e2e_tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ TEST_KBC_PROJECTS_LOCK_HOST=redis+tls://redis:6380
290290

291291
## Generate new unique ID
292292

293-
If a ENV placeholder in the form `^TEST_NEW_TICKET_\d+$` is found, it is replaced with new ID/ticket [generated by API](https://keboola.docs.apiary.io/#reference/tickets/generate-unique-id/generate-new-id).
293+
If a ENV placeholder in the form `^TEST_NEW_TICKET_\d+$` is found, it is replaced with new ID/ticket generated by API.
294294
- E.g. `%%TEST_NEW_TICKET_1%%`
295295
- The value is generated when the first occurrence is found.
296296
- All occurrences are replaced with the same value.

internal/pkg/model/object.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ func (m BranchMetadata) ToOrderedMap() *orderedmap.OrderedMap {
362362
return res
363363
}
364364

365-
// Branch https://keboola.docs.apiary.io/#reference/development-branches/branches/list-branches
365+
// Branch represents a development branch
366366
type Branch struct {
367367
BranchKey
368368
Name string `json:"name" validate:"required" diff:"true" metaFile:"true"`
@@ -473,7 +473,7 @@ func (m ConfigMetadata) InstanceID() string {
473473
return m[instanceIDMetadataKey]
474474
}
475475

476-
// Config https://keboola.docs.apiary.io/#reference/components-and-configurations/component-configurations/list-configurations
476+
// Config represents a component configuration
477477
type Config struct {
478478
ConfigKey
479479
Name string `json:"name" validate:"required" diff:"true" metaFile:"true"`
@@ -528,7 +528,7 @@ func (c *ConfigWithRows) ToAPIObject(changeDescription string, changedFields Cha
528528
return out, append(changedFields.Slice(), "changeDescription")
529529
}
530530

531-
// ConfigRow https://keboola.docs.apiary.io/#reference/components-and-configurations/component-configurations/list-configurations
531+
// ConfigRow represents a configuration row
532532
type ConfigRow struct {
533533
ConfigRowKey
534534
Name string `json:"name" diff:"true" metaFile:"true"`

rfc/llm-context/output-template/GAP-ANALYSIS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ This is a Keboola project containing [X] transformations, [Y] tables, and [Z] da
228228
### Storage API
229229
- **Base URL:** https://connection.keboola.com
230230
- **Authentication:** X-StorageApi-Token header
231-
- **Docs:** https://keboola.docs.apiary.io/
231+
- **Docs:** https://developers.keboola.com/
232232

233233
### Common Operations
234234
[Examples of API calls]

rfc/llm-context/output-template/ai/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ GET /v2/storage?exclude=componentDetails
157157
```
158158

159159
### Documentation
160-
- **API Docs:** https://keboola.docs.apiary.io/
161160
- **Developer Docs:** https://developers.keboola.com/
162161
- **User Docs:** https://help.keboola.com/
163162

0 commit comments

Comments
 (0)