Giter VIP home page Giter VIP logo

apic's People

Contributors

alekscerberus avatar apic-apps avatar bjdash avatar dependabot[bot] avatar dnldelrey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

apic's Issues

Import Project - unable to save changes in Project Settings after import (v 3.0.0)

Steps to reproduce:

  1. Create project. Fill "API host", "API base path", "Allowed protocols" (for example "localhost", "/", "https"). Save.
  2. Edit any property of "API host", "API base path", "Allowed protocols". Save changes - all work fine.
  3. Export Project (no matter RAW or OpenAPI)
  4. Delete Project
  5. Delete Env.
  6. Delete all Request in Tester
  7. Import Project from step 3
  8. Edit any property of "API host", "API base path", "Allowed protocols".
  9. Try to save changes - Failed with "Failed to save setting: Cannot read property 'vals' of null"

No field to configure x-basicInfoFunc for basic authentication

When i configure basic auth, can't find a field in the api designer/endpoints screen to configure x-basicInfoFunc to specify the function to use to perform the basic authentication (similar to Operation Id for endpoints), for example i have to add everytime manually to the yaml the following line, at the same indentation level than securityDefinitions:basic_auth:type:

x-basicInfoFunc: controllers.authentication.basic_auth.authenticate

Maybe a new field for this is convenient in the api designer/endpoints screen, just under the security field.

Again, ty for the program, it saved me lots of time.

PD: I couldnt find the landing page by googling: "apic", maybe some tweaks in the landing page make easier to find it by google.

Operation Id field too short

In the API designer, when editing an endpoint, in the Operation Id field , a string lilke "controlllers.authorization.create" wont fit. It would be more confortable to use if this field has at least double the current length, so i can make even more organizated actions for my endpoints in deep folders, like "controllers.autorization.create.create".

PD: Your application is amazing! have no words. Unbelievable that is made by one man, Congrats.

AWS API Gateway Integration

Hi Folks,

I'd like to generate a swagger export that includes something similar to:

x-amazon-apigateway-integration:
    type: aws_proxy
    httpMethod: POST
    payloadFormatVersion: "1.0"
    uri: 
      Fn::Sub: arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${BackendFunction.Arn}/invocations
    responses:
      default:
        statusCode: 200

Is there a way to add these non-standard tags to a request?

Thanks.

Websocket STOMP connection happening via Postman but not through APIC

Hey. I have a STOMP server on a Spring Boot App deployed on an AWS server. The request goes through nginx.
The handshake to this Websocket server is alright using Postman, but I cannot do it using APIC web-based client, neither through Native App nor after enabling the web agent.

using-apic-never-connects
using-postman

"Deprecated" endpoint looks available in Docs by Tag

Steps to reproduce:

  1. Create Endpoint
  2. Mark Endpoint as Deprecated
  3. Switch to Docs tab
  4. Select "Group APIs by" as URL - marked as Deprecated as expected

Снимок экрана 2021-09-07 в 22 13 06

  1. Select "Group APIs by" as Tags - not marked as Deprecated

Снимок экрана 2021-09-07 в 22 13 12

Request for: STOMP send header

Hello, Please add support for "STOMP send header" . Now apic Mac OS (3.0.6) has only "STOMP connect header".

Also I want to say thank you for your apic project, This project help me a lot!!

BR.

Ver. 3.0.0 - Missing Request BODY in Docs and Export(Swagger)

Tested on:
a) Chrome Extension v 3.0.0
b) MacOS application v 3.0.0
c) https://apic.app/online/ (v 3.0.0)

Steps to reproduce a bug:

  1. Switch to API Designer
  2. Create Custom Endpoint with POST Method
  3. Define Request Body (raw or form-data or x-www-form-urlencoded doesn't matter)
  4. Save Endpoint

--- a) Try to Export as "Open API Spec(Swagger)" - json/yaml has no Request Body in export text
--- b) Switch to Docs - Expand endpoint - no Request Body params
--- c) Try to Export as "Raw APIC Project" - all fine

Path Params, Query Params, Headers, Responses - all work fine

Tabs "API Designer" and "Docs" not sync ver 3.0.2 Mac

Steps to reproduce:

  1. Open App on Mac
  2. Switch to API Designer tab
  3. Open project (ex. Project_1)
  4. Switch to Docs tab - opens Docs for Project_1
  5. Switch to API Designer tab
  6. Open other project (ex. Project_2)
  7. Switch to Docs tab - still opens Docs for Project_1 from step 4)
  8. Open other project on Docs tab (ex. Project_3)
  9. Select API Designer tab - still opens Project_2 from step 6)

Import project - stripped scheme in auto-generated environment (v 3.0.0)

Steps to reproduce:

  1. Create project. Fill "API host", "API base path", "Allowed protocols" (for example "localhost", "/", "https")
  2. Export Project (no matter RAW or OpenAPI)
  3. Delete Project
  4. Delete Env.
  5. Delete all Request in Tester
  6. Import Project from step 2
  7. Check new Environment: "scheme" = "https" instead of "https://"
  8. Switch to Tester
  9. Select Env.
  10. Check "compiled URL" . It is "httplocalhost..." instead of "https://localhost..."

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.