Git Product home page Git Product logo

Comments (7)

dmartinezg avatar dmartinezg commented on August 23, 2024

Hi @andrewbredow Have you taken a look at the api-designer, it displays the console side-by-side with a RAML editor you can use to develop you RAML file. It always uses the latest version of the api-console.

from api-console.

dmartinezg avatar dmartinezg commented on August 23, 2024

If the PR gets accepted, you could run grunt:

grunt server --ramlFileUrl http://localhost:9000/api.raml

from api-console.

andrewbredow avatar andrewbredow commented on August 23, 2024

Interesting! I have that running locally and I think it's pretty nice. We have a slight preference for not requiring developers to use a particular editor because:

  1. Our API documentation lives alongside our actual API code so it can be versioned alongside the implementation. As such, it's a challenge to have to symlink it to a web-accessible location
  2. We have our API docs split into many files to allow easier merges with multiple collaborators, and also to keep things clean.

In my opinion, this option is valuable in both the API Console and the Designer, for both development and "deploying" documentation for API consumers to use.

from api-console.

dmartinezg avatar dmartinezg commented on August 23, 2024

Designer has a file system API that you can overload so that you can show any files in it, from any source.

By default it stores files in localStorage. But if you implement a service that exports the same API as the one in https://github.com/mulesoft/api-designer/blob/master/app/scripts/services/mock-file-system.js you can pretty much show any files you want in the editor.

If you are going to do any file-system work, make sure that you use the file system API in branch https://github.com/mulesoft/api-designer/blob/epics/folder-support-917228/app/scripts/services/local-storage-file-system.js as it has changes needed for folder support.

from api-console.

MMore avatar MMore commented on August 23, 2024

I like @andrewbredow's idea because we have exactly the same "problem". We keep our API specification together with the source code and we have it in separated parts. I think it's a nice feature for the API console!

from api-console.

mgogov avatar mgogov commented on August 23, 2024

+1 for @andrewbredow's idea.

We also put our RAML definition of the API alongside the source code to keep docs and code in sync. Our team members code in different editors so while the API designer is pretty cool, people tend to prefer to code in their editors with all their plugins etc, instead of doing it in the browser.

Our dev workflow right now is to run the API console on a dev server and use the raml query string param so we open a URL such as http://api_console_dev_host:9000?raml=raml_file_dev_project:3456/api.raml and refresh this URL while doing changes in the raml file to see the results. This would be easier to do if we had a console option to predefine the raml file location. It'd be also easier to deploy a customer facing console without a query string raml param which might scare non-that-technical people away.

from api-console.

jarrodek avatar jarrodek commented on August 23, 2024

API Console version 3 is no longer supported. We are at version 6 right now.
Please, upgrade your version of the console to have latest updates.

from api-console.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.