Skip to content

Commit 5d1b35f

Browse files
authored
Merge pull request #446 from dreamfactorysoftware/develop
Develop
2 parents dcd14d4 + cb16a77 commit 5d1b35f

16 files changed

+79
-21
lines changed

dist/1307.574ece94de3860bf.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/1326.01bb4fd20c83450c.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/4282.66b684ec688e672b.js

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/6846.096e6aac36912ee6.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/i18n/services/en.json

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,43 @@
2121
"tooltip": "Write a brief description of the API (optional)."
2222
},
2323
"createAndTest": "Create & Test",
24-
"securityConfig": "Security Config"
24+
"securityConfig": "Security Config",
25+
"nextSecurityConfig": "Next: Security Configuration"
2526
},
27+
"firstTimeGuidance": "Welcome! Since this is your first API, we'll guide you through setting up security configuration to ensure your API is properly protected.",
2628
"deleteSuccessMsg": "Service successfully deleted",
2729
"createSuccessMsg": "Service successfully created",
28-
"updateSuccessMsg": "Service successfully updated"
30+
"updateSuccessMsg": "Service successfully updated",
31+
"celebration": {
32+
"title": "🎉 Your First API is Live!",
33+
"subtitle": "{{name}} is ready to use",
34+
"whatHappened": "Here's what just happened in under 1 second:",
35+
"steps": {
36+
"database": {
37+
"title": "Connected to Database",
38+
"description": "Established secure connection and analyzed your database schema"
39+
},
40+
"endpoints": {
41+
"title": "Generated REST API Endpoints",
42+
"description": "Created full CRUD operations for all tables with pagination & filtering"
43+
},
44+
"security": {
45+
"title": "Applied Security Configuration",
46+
"description": "Set up role-based access control with your specified permissions"
47+
},
48+
"apiKey": {
49+
"title": "Generated API Key",
50+
"description": "Created a secure API key for authentication"
51+
}
52+
},
53+
"endpointLabel": "Your API Endpoint:",
54+
"endpointHint": "(lists all tables)",
55+
"yourApiKey": "Authentication Key:",
56+
"copyKey": "Copy API Key",
57+
"keyCopied": "Copied!",
58+
"usageHint": "Add the API key to the 'X-DreamFactory-Api-Key' header in your requests",
59+
"testYourApi": "Test Your API Now",
60+
"exploreLater": "I'll explore later",
61+
"autoRedirectTest": "Redirecting to API testing playground..."
62+
}
2963
}

dist/common.bcd95dac44a34b6c.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/common.f1d83b38cba09e89.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)