私は闊歩するのが初めてです。
django-rest-framework で API を作成しました。それらを文書化したい。したがって、闊歩について読んでください。
django-rest-swagger を試しましたが、ドキュメントが不足しているため、コードをドキュメントに適したものにすることができませんでした。したがって、API構造を最初から設計できるswaggerエディターを試しています。ローカルにインストールしましたが、「127.0.0.1:9000」に空のページが表示されます。私は今どうすればいい ?
ローカルにインストールされたswagger-editorで消費されるYAMLまたはJSONファイルを書きたいです。どうすればこれを達成できますか?
これは、127.0.0.1:9000 をロードしたときのコンソールのエラーです。
Warn: could not find module util
http://127.0.0.1:9000/bower_components/angular-schema-form/dist/schema-form.js Failed to load resource: the server responded with a status of 404 (Not Found)
angular.js:80 Uncaught Error: [$injector:nomod] Module 'schemaForm' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.
http://errors.angularjs.org/1.3.2/$injector/nomod?p0=schemaForm
angular.js:80 Uncaught Error: [$injector:modulerr] Failed to instantiate module PhonicsApp due to:
Error: [$injector:modulerr] Failed to instantiate module schemaForm due to:
Error: [$injector:nomod] Module 'schemaForm' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.