-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Category API URL failing #7
Comments
@maheshkumargangula Can you have a look. |
@maheshkumargangula, @manzarul , @kochhar Same error as above. |
@maheshkumargangula the url should be
/api/framework/v1/category/create/items correct?
…On Thu, Feb 22, 2018 at 5:27 PM thillaibirla ***@***.***> wrote:
@maheshkumargangula <https://github.com/maheshkumargangula>, @manzarul
<https://github.com/manzarul> , @kochhar <https://github.com/kochhar>
Tried with the below link as well, its not working
https://sunbird.juliacomputing.io/api/framework/v1/framework/v1/category/create/items?framework=AI
https://sunbird.juliacomputing.io/api/framework/category/create/items?framework=AI
Same error as above.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGVqofr9OucA8LCXoYNtqLbIxjn2Q-Lks5tXVYagaJpZM4SPEXb>
.
|
https://sunbird.juliacomputing.io/api/framework/v1/category/create/?framework=AI tried the above API link, getting 400 Bad request error. { |
@thillaibirla AI is this framework created ? otherwise please create one and URL should be https://sunbird.juliacomputing.io/api/framework/v1/category/create?framework=AI |
It's already created as the first step, now we are getting 400 error
…On 23-Feb-2018 5:39 PM, "harishkumar gangula" ***@***.***> wrote:
@thillaibirla <https://github.com/thillaibirla> *AI* is this framework
exists created ? otherwise please create one and URL should behttps://
sunbird.juliacomputing.io/api/framework/v1/category/create?framework=AI
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AiwP-OKe1yg7J_UJ1jhRpOJn-8BRPw7kks5tXqpegaJpZM4SPEXb>
.
|
@thillaibirla can you share the curl of the request |
@thillaibirla -
|
@maheshkumargangula this instance is not for k-12 education. An entirely
new framework is being created for AI programming. Board, Subject, Medium
are not applicable here.
…On 23-Feb-2018 18:47, "Mahesh Kumar Gangula" ***@***.***> wrote:
@thillaibirla <https://github.com/thillaibirla> - AI1 is not the valid
code to use for categories. Please use the below codes for categories
creation.
1. board
2. gradeLevel
3. subject
4. medium
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGVqtK-5mGVrKEaYxJQ4lTeTViQB4fhks5tXrqDgaJpZM4SPEXb>
.
|
@maheshkumargangula -- is there a set of available values for term creation API for the label and value fields in the below request? the below request link is from the sunbird documentation. { |
@vrayulu @maheshkumargangula @kochhar End-user facing documentation is still in progress. |
@kochhar
Tried creating a category under the framework AI as per the details given in
http://www.sunbird.org/apis/framework/#operation/FrameworkV1CategoryCreatePost
The above URL is as per the Server URL given in the site(v1/category/ is repeated in the server URL) and the framework id is apended to the URL as mentioned in the site.
We are getting a 404 Not found error in postman.
{
"request_path": "/framework/v1/category/v1/category/create/items",
"message": "API not found with these values",
"request_host": [
"sunbird.juliacomputing.io"
]
}
https://sunbird.juliacomputing.io/api/framework/v1/category/create/items?id=AI
We got 404 Not Found again
<title>Error</title>Can you please let us know whats the correct URL for calling the create category API for the AI framework created.
Please let me know if you need further information.
Thanks,
Thillai
The text was updated successfully, but these errors were encountered: