Giter VIP home page Giter VIP logo

museum-openapi-example's Introduction

Redocly Museum API Example

An imaginary, but delightful Museum API for interacting with museum services and information. Built by Redocly for educational purposes. Enjoy!

Note

This OpenAPI description uses the OpenAPI 3.1.0 specification.

Overview

Introducing the "Museum API", which offers a set of endpoints to interact with a museum's services--such as retrieving museum hours, managing special events, and purchasing tickets.

New functionality may be added to the Museum API in the future. Is there an example you'd like to see? Please open an issue.

Features

Note

Reminder that this is a fictional example for learning purposes. The features below are only for learning.

The Museum API has the following core features (sorted by tags):

  • Operations
    • Get museum operational hours
  • Special events
    • Get special event data
    • List special events
    • Create and update a special event
    • Delete a special event
  • Tickets
    • Purchase museum tickets for general entry or special events
    • Get scannable QR code for museum ticket

Getting started

  1. Clone this repo.
  2. Open the repo in your IDE.
  3. Run npm install to install the Redocly CLI.

Working with the OpenAPI description

We encourage you to explore the museum's OpenAPI description and make changes. Try experimenting with the following approaches:

Preview the museum's API docs and observe your changes visually.

  • Run npm run preview to preview the documentation.
  • Navigate to the List special events operation in the preview.
  • With the preview running...
    • Go to the openapi.yaml file in your IDE.
    • Search for listSpecialEvents to find the matching operationId.
    • Replace the description field with the snippet below:
    description: |-
        Return a list of _upcoming_ special events at the museum.
            
        See one you like? Use this API to [buy a ticket](/#tag/Tickets/operation/buyMuseumTickets).  

See the updated description? This is a great way to preview how end-users of your docs will experience your changes.

Lint your changes to the OpenAPI description using Redocly CLI.

  • Open the museum's openapi.yaml file in your IDE.
  • Add the following snippet to paths above the /museum-hours operation:
  /example:
    get: 
      summary: Example Summary
      description: Example description
      responses: 
        '200':
          description: Success
        '400': 
          description: Bad Request
  • Run npm run lint in your terminal. See the errors?

The linting behavior is controlled by the redocly.yaml configuration file. The linter is configured to use Redocly's recommended ruleset, which are built into the CLI. However, we also added a configurable rule for enforcing sentence casing on operation summaries.

museum-openapi-example's People

Contributors

lornajane avatar taylorkrusen avatar hcloward avatar adamaltman avatar davidbiesack avatar

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.