📄️ Create an Apexlang Spec
In this tutorial, you will be creating a specification for a very simple URL Shortener service. This specification will include extensions for generation of OpenAPI v3 and gRPC proto documents.
📄️ Configure Code Generation
Understanding apex configuration
📄️ Generate API Specs
We have configured Apexlang to generate an OpenAPI specification for our URL Shortener service. Now its time to perform the generation using the apex CLI.
📄️ Generate API Boilerplate
Wouldn't it be cool if you could also generate all the boilerplate code for your API? You are about to do just that using Go.
📄️ Congratulations!
You have just learned the basics of Apexlang and described a simple URL Shortener service. Obviously, this service is extremely minimal and does not implement common requirements like authorization and distributed tracing. Typically, organizations have their own way of structuring APIs that fit their own policies and specific needs. The idea behind Apexlang is to provide flexible tools that can be used as a foundation for implementing any kind of tailored output.