{"id":15091438,"url":"https://github.com/alexandramartinez/to-do-api-spec","last_synced_at":"2026-02-07T11:01:54.770Z","repository":{"id":245137184,"uuid":"816994834","full_name":"alexandramartinez/to-do-api-spec","owner":"alexandramartinez","description":"Design an API Specification with MuleSoft's no-code API Designer","archived":false,"fork":false,"pushed_at":"2024-06-19T15:07:49.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-19T17:14:57.373Z","etag":null,"topics":["api-spec","api-specification","mulesoft","oas","raml"],"latest_commit_sha":null,"homepage":"","language":"RAML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexandramartinez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-18T19:56:16.000Z","updated_at":"2024-06-19T15:08:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"8a276a5f-8a51-4962-aa9a-4d91a5c00514","html_url":"https://github.com/alexandramartinez/to-do-api-spec","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"3412fe699a1461d3d2191be05b9fca537a7837a9"},"previous_names":["alexandramartinez/to-do-api-spec"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alexandramartinez/to-do-api-spec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandramartinez%2Fto-do-api-spec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandramartinez%2Fto-do-api-spec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandramartinez%2Fto-do-api-spec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandramartinez%2Fto-do-api-spec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexandramartinez","download_url":"https://codeload.github.com/alexandramartinez/to-do-api-spec/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexandramartinez%2Fto-do-api-spec/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29193089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T07:37:03.739Z","status":"ssl_error","status_checked_at":"2026-02-07T07:37:03.029Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-spec","api-specification","mulesoft","oas","raml"],"created_at":"2024-09-25T10:41:06.135Z","updated_at":"2026-02-07T11:01:54.755Z","avatar_url":"https://github.com/alexandramartinez.png","language":"RAML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# To-Do API Specification in RAML/OAS\n\nThis content has been reformatted to fit different audiences.\n\n- [Blog post] [How to use MuleSoft's visual API Designer to create a To-Do API specification using clicks, not code](https://www.prostdev.com/post/how-to-use-mulesoft-s-visual-api-designer-to-create-a-to-do-api-specification-using-clicks-not-code)\n- [Short video] [Use MuleSoft's visual API Designer to create a To-Do API specification | #Codetober 2023 Day 4](https://www.youtube.com/watch?v=8TqtcafHNT8)\n- [Full video] [Build a To-Do App with MuleSoft’s API Design GUI | Mini Hacks Solved | Season 02](https://www.youtube.com/watch?v=Vcs5fiYUnTY)\n- [Slides] [Dreamin in Color '24 - (Workshop) Design an API Specification with MuleSoft's no-code API Designer](https://www.slideshare.net/slideshow/dreamin-in-color-24-workshop-design-an-api-specification-with-mulesoft-s-no-code-api-designer-pptx/269767697)\n\n## The use case\n\nYou need to create a To-Do app to manage tasks. \n\nThe first step is to design the API Specification. An API specification is usually created using either [RAML](https://raml.org/) or [OAS](https://swagger.io/specification/). However, because you are on a time crunch and are not very familiar with these languages, you decide to use MuleSoft for this.\n\nMuleSoft provides a graphical user interface (GUI) in [Anypoint Platform](https://anypoint.mulesoft.com/) to complete this specification using clicks, not code.\n\n## What you learn\n\nWithout having to code in RAML/OAS, using the visual UI to click your way through the design, you will learn:\n\n- The basic navigation of Design Center in Anypoint Platform\n- How to create a new API specification\n- How to create and what is a data type\n- How to create and what is a resource\n- What is a nested resource\n- How to make use of a URI Parameter\n- Designing [CRUD](https://www.codecademy.com/article/what-is-crud) resources\n- Differences between GET, POST, PUT, and DELETE methods\n- Setting up Query Parameters\n- Setting up Request and Response bodies\n- Successful status codes (200, 201, 204)\n- How to publish an API spec to Anypoint Exchange\n- How to verify a published API spec\n- How to download the created RAML/OAS specification from Design Center\n\n## Questions?\n\nFor any questions after reviewing the resources at the top, you can create an issue on this repo or reach out to me through my channels available at [alexmartinez.ca](https://www.alexmartinez.ca/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandramartinez%2Fto-do-api-spec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexandramartinez%2Fto-do-api-spec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandramartinez%2Fto-do-api-spec/lists"}