Tellef Møllerup Åmdal

Results 8 comments of Tellef Møllerup Åmdal

- [ ] `org.bouncycastle.asn1.x509.TBSCertificateStructure` in `org.bouncycastle.asn1.x509` has been deprecated - [ ] `com/lowagie/text/pdf/PdfPublicKeySecurityHandler.java:[125,34]` - [ ] `com/lowagie/text/pdf/PdfPKCS7.java:[106,34]` - [ ] `org.bouncycastle.jce.provider.X509CertParser` in `org.bouncycastle.jce.provider` has been deprecated - [ ] `com/lowagie/text/pdf/PdfPKCS7.java:[112,37]`...

@asturio Yes, I used `-Xlint:deprecation` to create that list.

We are currently taking this in to consideration and are doing the preliminary discussions & exploratory work to see if this is something that could be added in a practical...

The closes to an official Python SDK that exists would be the Python client [Swagger-codegen](https://github.com/swagger-api/swagger-codegen) could generate for you. Beyond that you would have to make it yourself or use...

Probably a bug in the code generator then, but I will have a look to see if there could be a specification issue. I do doubt it is a specification...

Required is only for when you submit said models, it might look a bit weird in some cases and that is due to us using the same model for both...

Attaching documents to existing orders can be done via `PUT /v2/order/{id}/:attach` in the `order` [section](https://tripletex.no/v2-docs/#/order). For document handling in general there are several endpoints for handling this depending on what...

Most of our endpoints don't support creating / updating resources other than the top level one. What you are seeing is how an `Employee` looks like in general. The proper...