GithubHelp home page GithubHelp logo

ialexeyprokhorov / baroque.novaposhta.client Goto Github PK

View Code? Open in Web Editor NEW
9.0 1.0 2.0 145 KB

๐Ÿ“ฆ๐ŸššMost full 'Nova Poshta' delivery service API client .NET Core Apps

License: Apache License 2.0

C# 100.00%
csharp aspnetcore client novaposhta-api novaposhta-client asp-net-core asp-net dotnet-core novaposhta novayapochta

baroque.novaposhta.client's Introduction

Hi there ๐Ÿ‘‹

I'm is Ukraininan .NET developer. My favorite stuff:

  • SQL databases ๐Ÿ˜„;
  • .NET Framework and .NET Core development ๐Ÿ˜;
  • JS and jQuery sometimes ๐Ÿ˜‘;

โŒจ Currently I working with some new K2 smartform controls and 'Nova Poshta' API client ๐Ÿ˜€.

๐Ÿค” Iโ€™m looking for help with bug detecting in all my software. Nobody writes me about issues, so I still think that I write best soft in the world๐Ÿ˜… (no ๐Ÿคจ). So please feel free to write about founded bugs in my projects issues or discussions๐Ÿ˜‰.

baroque.novaposhta.client's People

Contributors

ialexeyprokhorov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

rkravcov dima1034

baroque.novaposhta.client's Issues

CreateDocumentRequest missing fields

As per documentation creation of parcel on poshtomat is not possible (It requires OptionSeat field).

The following fields are missing from CreateDocumentRequest (I solved it by creating subclass):

    [DataContract]
    private class ExtendedCreateDocumentRequest : CreateDocumentRequest
    {
        [DataMember]
        public Guid CityRecipient { get; set; }

        [DataMember]
        public Guid Recipient { get; set; }

        [DataMember]
        public Guid ContactRecipient { get; set; }

        [DataMember]
        public Guid RecipientAddress { get; set; }

        [DataMember]
        public OptionsSeat[]? OptionsSeat { get; set; }
    }

[DataContract]
public class OptionsSeat
{
    [DataMember(Name = "volumetricVolume")]
    public decimal VolumetricVolume { get; set; }
    [DataMember(Name = "volumetricWidth")]
    public decimal VolumetricWidth { get; set; }
    [DataMember(Name = "volumetricLength")]
    public decimal VolumetricLength { get; set; }
    [DataMember(Name = "volumetricHeight")]
    public decimal VolumetricHeight { get; set; }
    [DataMember(Name = "weight")]
    public decimal Weight { get; set; }
}

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.