Giter Club home page Giter Club logo

api-workshop-solution's People

Contributors

budlee avatar jpgough avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

api-workshop-solution's Issues

Contracts presentation

The images in the presentation that show the Versioned containers/serverices is large and shows 6 of them. This can be made smaller and would provide more clarity. 4 of these containers would be better

There are 2 Todo types, it seems like only one is used

We have the following 2 Todo types:

My initial thoughts were that model one was to support the controller's POST API to create a new Todo and the domain one to represent our purer domain model, including that Todo's unique ID.

As far as I can tell the domain Todo isn't used however my thoughts are that is should be used to represent the complete Todo object in the domain.

Currently we store a Map of model Todos e.g.

{
   "1" : {
      "description" : "Some todo"
   }
}

However I believe we should store our objects as:

{
   "1" : {
      "id" : "1",
      "description" : "Some todo"
   }
}

Improve Swagger diff section

An improvement that was mentioned and would streamline the process for attendees is to make the swagger-diff lab more efficent.

At present it required that the CLI Swagger diff tool is available and this includes having Ruby.
What would be better is to have the java lib from http://deepoove.com/swagger-diff/ available and use this to compare swagger specs

API Best Practacies

A new slide deck should be created that can be used to discuss API Best practacies.

This should have some best practacies from MSFT included. It is important to show that that the key part is to take a standard and follow it. This will give you consistancy

Versioning Presentation

The Version presentation references the API lifecycle from PayPal.
We should include references of MSFT and there standards.

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.