Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Conversation

@MichielVrins
Copy link
Contributor

No description provided.

Comment on lines 106 to 109
case .get: return HTTPMethod.get
case .post: return HTTPMethod.post
case .delete: return HTTPMethod.delete
case .put: return HTTPMethod.put
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is HTTPMethod object required here? .get etc is not enough?


private extension ResourcesHandler {
func generateONGResourceRequest(_ details: OWRequestDetails) -> ONGResourceRequest {
Logger.log("generateONGResourceRequest", sender: self)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what happened to the logger?

}

func authenticateUserImplicitly(_ profile: ONGUserProfile, scopes: [String]?, completion: @escaping (Result<Void, FlutterError>) -> Void) {
Logger.log("authenticateImplicitly", sender: self)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what happened to the logger?

@MichielVrins MichielVrins merged commit 88acd87 into develop May 3, 2023
@MichielVrins MichielVrins deleted the feature/FP-51 branch May 3, 2023 11:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants