Code Monkey home page Code Monkey logo

home's Issues

Build & Testing Content

Writing summary content for outline.
Image for each entry in outline.
Write as a single narrative.
Break up into section screen cast walk throughs.

Developer Signup

How do developers signup? Twitter, GitHub, LinkedIn, Google, and Facebook. Others? Reddit?

Is it different for other users?

Update APIs.json

Update the APIs.json build script with all the latest changes. Include OpenAPI, Postman collections, Environments, documentation, workspaces, tests, monitors.

Webhooks

Can we setup webhooks for each of the APIs, so that notifications get pushed when things change?

Clone Workspace

Create a clone workplace button that will replicate any of the API workspaces we have setup at Union Fashion, allowing others to setup exactly as we have them configured.

API API

We have come to that point in our journey where we need an API API. This API API will drive the API catalog via the developer portal, while also making our APIs more discoverable within other applications and integrations.

Propose design, setup workspace and repo -- kick it off.

Components Collection

Finish producing the first prototype and document, then publish to get feedback on the components / design collection.

OpenAPI Cleanup Collection

Create a collection for cleaning up an OpenAPI definition that is brought in from another resource. Port all of the functions currently used for API Evangelist to a portable collection for operations.

Backwards Compatibility Collection

I'd like to see a prototype for a backwards compatibility collection that will audit each API moving between versions for backward compatibility check.

Create Collections for OracleCloud

Add OracleCloud to the list of providers to create collections for, mapping out all the actions that can be taken, and delivering actual collections.

Create API Life Cycle Walkthrough

Need to create a screen capture walk through of the API life cycle and the collection, showing how it works with each API. Then link it off the readme for the API Life Cycle section.

Websockets

What will it take to setup a simple products websockets implementation to show a multi-protocol approach?

Create APIs Walkthrough

Create a screen capture for the Union Fashion APIs, walking through the org, repositories, and workspaces for the five APIs being developed.

Gamification or Loyalty API

I would love it so much if you could add some unique eCommerce APIs like Gamification or Loyalty or AI? Something fun to your demo e-commerce site to make it fun to play with.

OAuth2 Monitoring and Testing

Hi @kinlane,

Can Union Fashion demonstrate how to monitor and test an oauth2 endpoint defined in a openapi 3.0 spec? Something like this:

components:
  securitySchemes:
    OAuth2:
      type: oauth2
      flows:
        authorizationCode:
          authorizationUrl: /oauth/authorize
          tokenUrl: /oauth/token
          scopes:
            read: read scope
            write: write scope

security: 
  - OAuth2: 
    - write
    - read

paths:
  /orders:
    patch:
      summary: Creates a new order
      security: 
        - OAuth2:
          - write
          - read

the governance and life cycle workspaces/collections are unavailable

I'm supremely interested in the Governance and Life Cycle workspaces, collections, and examples. These seem like extremely meaty portions of the API-design process, but I'm having trouble finding links to collections (or something that could be imported as a collection), etc. I would love to be able to use/fork them.

You can view the details for the Union Fashion life cycle, and run the API life cycle collection within any workspace for managing an API--using the collection as guardrails and checklist for the entire API life cycle.

^ this link is broken in the Life Cycle and for Governance sections of the README.md

I'm also unable to get any of the "Run in Postman" links to actually open in Postman, but that may be unrelated

Newsletter

Setup a newsletter for Union Fashion.

Events

What are the current events available across APis? How do we map them out?

Blog API

We need a blog API for managing both the primary and engineering blog, allowing us to central content and then publish to each blog on a schedule, while also allowing us to syndicate content elsewhere.

FAQ API

We need an FAQ page for both the main site and the developer area. Publish an OpenAPI and create supporting workspaces and repository.

Tags API

We need a universal tagging API to manage the organization of all tags, but also the application and management of them across infrastructure -- including GitHub issue tags!

DNS for Production APIs

Finish defining how DNS is mapped to AWS gateway and finalize development as well as production DNS strategy for APIs.

Platform Blog (developers.union.fashion/blog)

The platform blog for Union Fashion should be about the technical details of both providing and consuming APIs. Helping show how the sausage is made, providing developers with blueprints for how they can accomplish what they are looking to do with APIs.

Primary Blog (union.fashion/blog)

The primary blog should be for talking about the entire reference implementation, and the backstory on Union Fashion. Trying to speak to both the technical and non-technical, helping bridge the gap with the business groups.d

Users? or People?

We need to reconcile Users as an object before we move forward. Is it what we want for the future?

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.