forked from loafle/openapi-generator-original
15 lines
557 B
Ada
15 lines
557 B
Ada
-- OpenAPI Petstore
|
|
-- This is a sample server Petstore server. For this sample, you can use the api key `special_key` to test the authorization filters.
|
|
-- ------------ EDIT NOTE ------------
|
|
-- This file was generated with openapi-generator. You can modify it to implement
|
|
-- the server. After you modify this file, you should add the following line
|
|
-- to the .openapi-generator-ignore file:
|
|
--
|
|
-- src/samples-petstore.ads
|
|
--
|
|
-- Then, you can drop this edit note comment.
|
|
-- ------------ EDIT NOTE ------------
|
|
package Samples is
|
|
|
|
end Samples;
|