You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Important**: The generated component requires parameters. If you get an error about "missing mandatory parameters", check the component info page to see what parameters are required.
153
153
154
154
### Check Component Information
155
155
156
-
Visit http://localhost:3030/hello-world/~info to see detailed information about your component, including all available parameters and which ones are mandatory.
156
+
Visit http://localhost:3030/hello-world/1.0.0/~info to see detailed information about your component, including all available parameters and which ones are mandatory.
157
+
158
+
### Understanding Different Component URLs
159
+
160
+
OpenComponents provides several ways to access your component:
161
+
162
+
1.**JSON API** (for programmatic access):
163
+
164
+
```
165
+
http://localhost:3030/hello-world?userId=1
166
+
```
167
+
168
+
Returns the component data as JSON
169
+
170
+
2.**Component Info Page** (for development/testing):
0 commit comments