PyOpenProject v0.3
Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
Unreleased
Fixed
-
Grid implementation for service factory methods.
-
Test Errors like:
{ "_type":"Error", "errorIdentifier":"urn:openproject-org:api:v3:errors:MissingPermission", "message":"You are not authorized to access this resource." }
v0.3 - 2021-03-03
Beta version of pyopenproject library. This library is a way to enable Python developers to communicate with
the OpenProject API with simplicity. Take in consideration that this development is
only available for Python 3.6 or more.
Added
- Management of pagination requests that return a list of objects.
v0.3-beta.1 - 2021-03-03
Beta version of pyopenproject library. This library is a way to enable Python developers to communicate with
the OpenProject API with simplicity. Take in consideration that this development is
only available for Python 3.6 or more.
Added
- Management of pagination requests that return a list of objects.
v0.2 - 2021-03-03
Beta version of pyopenproject library. This library is a way to enable Python developers to communicate with
the OpenProject API with simplicity. Take in consideration that this development is
only available for Python 3.6 or more.
Changed
setup.pyloads the dependences of the library from therequirements.txt
v0.2-beta.1 - 2021-03-03
Beta version of pyopenproject library. This library is a way to enable Python developers to communicate with
the OpenProject API with simplicity. Take in consideration that this development is
only available for Python 3.6 or more.
Changed
setup.pyloads the dependences of the library from therequirements.txt
v0.1 - 2021-02-26
First major version of pyopenproject library. This library is a way to enable Python developers to communicate with
the OpenProject API with simplicity. Take in consideration that this development is
only available for Python 3.6 or more.
Fixed
- GitHub Workflows has been fixed to make CI after PR and .
v0.1-beta.1 - 2021-02-26
First alpha version of pyopenproject library. This library is a way to enable Python developers to communicate with
the OpenProject API with simplicity. Take in consideration that this development is
only available for Python 3.6 or more.
v0.1-alpha - 2021-02-24
First alpha version of pyopenproject library. This library is a way to enable Python developers to communicate with
the OpenProject API with simplicity. Take in consideration that this development is
only available for Python 3.6 or more.
Added
-
Service factory pattern to organize the multiple methods for the different classes of the model.
-
Model classes based on API endpoints
Changed
- Update/create methods in model classes.
Model classes don't have implemented methods from service factory
Fixed
-
Classes "Delete" in service command.
Delete classes are not given Request errors -
Create/Update classes in service command.
Create/Update classes are not given Request errors